Home
last modified time | relevance | path

Searched refs:efi_create_event (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_console.c452 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 Defi_boottime.c246 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 Defi_loader.h158 efi_status_t efi_create_event(uint32_t type, UINTN notify_tpl,