Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.h40 struct completion close_event; member
Dvchiq_dev.c59 complete(&user_service->close_event); in close_delivered()
189 init_completion(&user_service->close_event); in vchiq_ioc_create_service()
688 wait_for_completion_interruptible(&user_service->close_event)) in vchiq_ioctl()
1287 complete(&user_service->close_event); in vchiq_release()
/linux-5.19.10/drivers/firmware/efi/libstub/
Defistub.h240 efi_status_t (__efiapi *close_event)(efi_event_t);
300 u32 close_event; member
Defi-stub-helper.c750 efi_bs_call(close_event, timer); in efi_wait_for_key()