Home
last modified time | relevance | path

Searched refs:vchiq_remove_service (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
Dvchiq_if.h139 extern VCHIQ_STATUS_T vchiq_remove_service(VCHIQ_SERVICE_HANDLE_T service);
Dvchiq_kern_lib.c296 vchiq_remove_service(service->handle); in vchiq_open_service()
Dvchiq_shim.c716 VCHIQ_STATUS_T status = vchiq_remove_service(service->handle); in vchi_service_destroy()
Dvchiq_arm.c461 status = vchiq_remove_service(service->handle); in vchiq_ioctl()
555 vchiq_remove_service(service->handle); in vchiq_ioctl()
627 status = vchiq_remove_service(service->handle); in vchiq_ioctl()
Dvchiq_core.c3109 (void)vchiq_remove_service(service->handle); in vchiq_shutdown_internal()
3215 vchiq_remove_service(VCHIQ_SERVICE_HANDLE_T handle) in vchiq_remove_service() function