Searched refs:efi_create_event (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_watchdog.c | 68 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_watchdog_register()
|
H A D | efi_net.c | 654 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, in efi_net_register() 670 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_NOTIFY, in efi_net_register()
|
H A D | efi_console.c | 1095 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, efi_key_notify, in efi_console_register() 1102 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_console_register()
|
H A D | efi_boottime.c | 591 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl, in efi_create_event() function 664 return EFI_EXIT(efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ex() 692 return EFI_EXIT(efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ext()
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 342 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl,
|