Home
last modified time | relevance | path

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

/drivers/staging/vc04_services/interface/vchiq_arm/
A Dvchiq_arm.h70 struct completion remove_event; member
87 struct completion remove_event; member
A Dvchiq_dev.c187 init_completion(&user_service->remove_event); in vchiq_ioc_create_service()
260 complete(&user_service->remove_event); in vchiq_ioc_dequeue_message()
575 complete(&instance->remove_event); in vchiq_ioc_await_completion()
1197 init_completion(&instance->remove_event); in vchiq_open()
1234 complete(&instance->remove_event); in vchiq_release()
1242 complete(&user_service->remove_event); in vchiq_release()
1253 wait_for_completion(&service->remove_event); in vchiq_release()
A Dvchiq_core.c2031 complete(&service->remove_event); in parse_message()
2432 complete(&service->remove_event); in sync_func()
2748 init_completion(&service->remove_event); in vchiq_add_service_internal()
2865 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_open_service_internal()
3018 complete(&service->remove_event); in close_service_complete()
3191 complete(&service->remove_event); in vchiq_close_service_internal()
3197 complete(&service->remove_event); in vchiq_close_service_internal()
3311 complete(&service->remove_event); in vchiq_free_service_internal()
3397 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_close_service()
3459 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_remove_service()
A Dvchiq_core.h202 struct completion remove_event; member
A Dvchiq_arm.c662 if (wait_for_completion_interruptible(&instance->remove_event)) { in add_completion()
734 if (wait_for_completion_interruptible(&user_service->remove_event)) { in service_single_message()

Completed in 19 milliseconds