Home
last modified time | relevance | path

Searched refs:EVT_NOTIFY_WAIT (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()
H A Defi_boottime.c257 if ((type & EVT_NOTIFY_SIGNAL) && (type & EVT_NOTIFY_WAIT)) in efi_create_event()
260 if ((type & (EVT_NOTIFY_SIGNAL|EVT_NOTIFY_WAIT)) && in efi_create_event()
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h35 #define EVT_NOTIFY_WAIT 0x00000100 macro