Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c160 if (event->type & EVT_NOTIFY_SIGNAL) { in efi_signal_event()
257 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()
381 if (!event[i]->type || event[i]->type & EVT_NOTIFY_SIGNAL) in efi_wait_for_event()
446 if (!event->type || event->type & EVT_NOTIFY_SIGNAL) in efi_check_event()
H A Defi_console.c458 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_console_register()
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h36 #define EVT_NOTIFY_SIGNAL 0x00000200 macro