Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.h71 struct completion close_event; member
Dvchiq_dev.c58 complete(&user_service->close_event); in close_delivered()
188 init_completion(&user_service->close_event); in vchiq_ioc_create_service()
693 wait_for_completion_interruptible(&user_service->close_event)) in vchiq_ioctl()
1294 complete(&user_service->close_event); in vchiq_release()
/linux-6.12.1/drivers/firmware/efi/libstub/
Defistub.h276 efi_status_t (__efiapi *close_event)(efi_event_t);
340 u32 close_event; member
Defi-stub-helper.c702 efi_bs_call(close_event, timer); in efi_wait_for_key()