Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Defistub.h237 efi_status_t (__efiapi *close_event)(efi_event_t);
297 u32 close_event; member
H A Defi-stub-helper.c701 efi_bs_call(close_event, timer); in efi_wait_for_key()
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c66 struct completion close_event; member
716 complete(&user_service->close_event); in close_delivered()
853 init_completion(&user_service->close_event); in vchiq_ioc_create_service()
1367 &user_service->close_event)) in vchiq_ioctl()
1974 complete(&user_service->close_event); in vchiq_release()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0026-efi-Fix-use-after-free-in-halt-reboot-path.patch64 efi_call_1 (b->close_event, tmr_evt);
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h74 efi_status_t (EFIAPI *close_event)(struct efi_event *event);
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c1254 .close_event = efi_close_event,