Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.c95 struct completion remove_event; member
112 struct completion remove_event; member
536 &instance->remove_event)) { in add_completion()
648 &user_service->remove_event)) { in service_callback()
922 init_completion(&user_service->remove_event); in vchiq_ioctl()
1283 complete(&instance->remove_event); in vchiq_ioctl()
1345 complete(&user_service->remove_event); in vchiq_ioctl()
1942 init_completion(&instance->remove_event); in vchiq_open()
1980 complete(&instance->remove_event); in vchiq_release()
1988 complete(&user_service->remove_event); in vchiq_release()
[all …]
Dvchiq_core.c1644 complete(&service->remove_event); in parse_rx_slots()
2032 complete(&service->remove_event); in sync_func()
2323 init_completion(&service->remove_event); in vchiq_add_service_internal()
2439 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_open_service_internal()
2591 complete(&service->remove_event); in close_service_complete()
2632 complete(&service->remove_event); in vchiq_close_service_internal()
2641 complete(&service->remove_event); in vchiq_close_service_internal()
2774 complete(&service->remove_event); in vchiq_free_service_internal()
2866 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_close_service()
2927 if (wait_for_completion_interruptible(&service->remove_event)) { in vchiq_remove_service()
Dvchiq_core.h278 struct completion remove_event; member
/Linux-v5.4/drivers/pci/controller/
Dpci-hyperv.c473 struct completion remove_event; member
2809 complete(&hbus->remove_event); in put_hvpcibus()
2918 init_completion(&hbus->remove_event); in hv_pci_probe()
3088 wait_for_completion(&hbus->remove_event); in hv_pci_remove()