Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c65 struct completion remove_event; member
82 struct completion remove_event; member
533 &instance->remove_event)) { in add_completion()
645 &user_service->remove_event)) { in service_callback()
852 init_completion(&user_service->remove_event); in vchiq_ioc_create_service()
924 complete(&user_service->remove_event); in vchiq_ioc_dequeue_message()
1243 complete(&instance->remove_event); in vchiq_ioc_await_completion()
1878 init_completion(&instance->remove_event); in vchiq_open()
1916 complete(&instance->remove_event); in vchiq_release()
1924 complete(&user_service->remove_event); in vchiq_release()
[all …]
H A Dvchiq_core.c1659 complete(&service->remove_event); in parse_rx_slots()
2031 complete(&service->remove_event); in sync_func()
2383 init_completion(&service->remove_event); in vchiq_add_service_internal()
2503 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_open_service_internal()
2655 complete(&service->remove_event); in close_service_complete()
2696 complete(&service->remove_event); in vchiq_close_service_internal()
2705 complete(&service->remove_event); in vchiq_close_service_internal()
2838 complete(&service->remove_event); in vchiq_free_service_internal()
2930 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_close_service()
2992 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_remove_service()
H A Dvchiq_core.h297 struct completion remove_event; member
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-hyperv.c463 struct completion remove_event; member
3052 complete(&hbus->remove_event); in put_hvpcibus()
3181 init_completion(&hbus->remove_event); in hv_pci_probe()
3426 wait_for_completion(&hbus->remove_event); in hv_pci_remove()