Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_watchdog.c142 ret = boottime->close_event(event_notify); in teardown()
150 ret = boottime->close_event(event_wait); in teardown()
H A Defi_selftest_events.c79 ret = boottime->close_event(event_notify); in teardown()
87 ret = boottime->close_event(event_wait); in teardown()
H A Defi_selftest_tpl.c78 ret = boottime->close_event(event_notify); in teardown()
86 ret = boottime->close_event(event_wait); in teardown()
H A Defi_selftest_exitbootservices.c70 ret = boottime->close_event(event_notify); in teardown()
H A Defi_selftest_event_groups.c124 ret = boottime->close_event(events[i]); in execute()
H A Defi_selftest_config_table.c248 ret = boottime->close_event(event); in execute()
H A Defi_selftest_snp.c396 ret = boottime->close_event(timer); in teardown()
H A Defi_selftest_bitblt.c215 ret = boottime->close_event(event); in teardown()
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.h40 struct completion close_event; member
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()
688 wait_for_completion_interruptible(&user_service->close_event)) in vchiq_ioctl()
1289 complete(&user_service->close_event); in vchiq_release()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h276 efi_status_t (__efiapi *close_event)(efi_event_t);
340 u32 close_event; member
H A Defi-stub-helper.c660 efi_bs_call(close_event, timer); in efi_wait_for_key()
/openbmc/u-boot/include/
H A Defi_api.h91 efi_status_t (EFIAPI *close_event)(struct efi_event *event);
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3159 .close_event = efi_close_event,