Home
last modified time | relevance | path

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

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_if.h139 extern VCHIQ_STATUS_T vchiq_remove_service(VCHIQ_SERVICE_HANDLE_T service);
H A Dvchiq_kern_lib.c296 vchiq_remove_service(service->handle); in vchiq_open_service()
H A Dvchiq_shim.c716 VCHIQ_STATUS_T status = vchiq_remove_service(service->handle); in vchi_service_destroy()
H A Dvchiq_arm.c460 status = vchiq_remove_service(service->handle); in vchiq_ioctl()
554 vchiq_remove_service(service->handle); in vchiq_ioctl()
626 status = vchiq_remove_service(service->handle); in vchiq_ioctl()
H A 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