Home
last modified time | relevance | path

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

/linux/drivers/staging/vc04_services/interface/vchiq_arm/
A Dvchiq_arm.h39 struct completion remove_event; member
56 struct completion remove_event; member
A Dvchiq_dev.c189 init_completion(&user_service->remove_event); in vchiq_ioc_create_service()
263 complete(&user_service->remove_event); in vchiq_ioc_dequeue_message()
571 complete(&instance->remove_event); in vchiq_ioc_await_completion()
1191 init_completion(&instance->remove_event); in vchiq_open()
1229 complete(&instance->remove_event); in vchiq_release()
1237 complete(&user_service->remove_event); in vchiq_release()
1248 wait_for_completion(&service->remove_event); in vchiq_release()
A Dvchiq_core.c1670 complete(&service->remove_event); in parse_message()
2068 complete(&service->remove_event); in sync_func()
2405 init_completion(&service->remove_event); in vchiq_add_service_internal()
2524 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_open_service_internal()
2678 complete(&service->remove_event); in close_service_complete()
2718 complete(&service->remove_event); in vchiq_close_service_internal()
2727 complete(&service->remove_event); in vchiq_close_service_internal()
2842 complete(&service->remove_event); in vchiq_free_service_internal()
2926 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_close_service()
2988 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_remove_service()
A Dvchiq_core.h218 struct completion remove_event; member
A Dvchiq_arm.c997 if (wait_for_completion_interruptible(&instance->remove_event)) { in add_completion()
1105 if (wait_for_completion_interruptible(&user_service->remove_event)) { in service_callback()

Completed in 22 milliseconds