Searched refs:efi_create_event (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_console.c | 452 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, in efi_console_register() 458 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_console_register()
|
| H A D | efi_boottime.c | 246 efi_status_t efi_create_event(uint32_t type, UINTN notify_tpl, in efi_create_event() function 289 return EFI_EXIT(efi_create_event(type, notify_tpl, notify_function, in efi_create_event_ext()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | efi_loader.h | 158 efi_status_t efi_create_event(uint32_t type, UINTN notify_tpl,
|