Home
last modified time | relevance | path

Searched refs:close_event (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/raspberrypi/
H A Dvchiq_arm.h71 struct completion close_event; member
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_dev.c59 complete(&user_service->close_event); in close_delivered()
189 init_completion(&user_service->close_event); in vchiq_ioc_create_service()
694 wait_for_completion_interruptible(&user_service->close_event)) in vchiq_ioctl()
1295 complete(&user_service->close_event); in vchiq_release()
/linux/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c702 efi_bs_call(close_event, timer); in efi_wait_for_key()