Home
last modified time | relevance | path

Searched refs:EVT_NOTIFY_SIGNAL (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_watchdog.c68 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_watchdog_register()
H A Defi_boottime.c228 if (evt->type & EVT_NOTIFY_SIGNAL && in efi_signal_event()
240 if (event->type & EVT_NOTIFY_SIGNAL) in efi_signal_event()
606 case EVT_NOTIFY_SIGNAL: in efi_create_event()
607 case EVT_TIMER | EVT_NOTIFY_SIGNAL: in efi_create_event()
617 if ((type & (EVT_NOTIFY_WAIT | EVT_NOTIFY_SIGNAL)) && in efi_create_event()
825 if (!event[i]->type || event[i]->type & EVT_NOTIFY_SIGNAL) in efi_wait_for_event()
916 event->type & EVT_NOTIFY_SIGNAL) in efi_check_event()
H A Defi_net.c670 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_NOTIFY, in efi_net_register()
H A Defi_console.c1102 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_console_register()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_watchdog.c79 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
H A Defi_selftest_events.c51 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
H A Defi_selftest_tpl.c49 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
H A Defi_selftest_bitblt.c109 ret = boottime->create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, in setup()
/openbmc/u-boot/include/
H A Defi_api.h49 #define EVT_NOTIFY_SIGNAL 0x00000200 macro
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/
H A D0005-Platform-ARM-N1Sdp-NOR-flash-Dxe-Driver-for-N1Sdp.patch352 + EVT_NOTIFY_SIGNAL,