Searched refs:TPL_CALLBACK (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_watchdog.c | 80 TPL_CALLBACK, notify, in setup() 88 TPL_CALLBACK, notify, NULL, &event_wait); in setup()
|
D | efi_selftest_events.c | 52 TPL_CALLBACK, notify, (void *)&timer_ticks, in setup() 59 TPL_CALLBACK, notify, NULL, &event_wait); in setup()
|
D | efi_selftest_tpl.c | 50 TPL_CALLBACK, notify, in setup() 159 old_tpl = boottime->raise_tpl(TPL_CALLBACK); in execute()
|
D | efi_selftest_exitbootservices.c | 48 TPL_CALLBACK, notify, in setup()
|
D | efi_selftest_snp.c | 189 ret = boottime->create_event(EVT_TIMER, TPL_CALLBACK, NULL, NULL, in setup()
|
D | efi_selftest_bitblt.c | 110 TPL_CALLBACK, notify, (void *)&xpos, in setup()
|
/external/u-boot/lib/efi_loader/ |
D | efi_watchdog.c | 68 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_watchdog_register()
|
D | efi_console.c | 601 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, efi_key_notify, in efi_console_register() 607 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_console_register()
|
D | efi_net.c | 372 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, in efi_net_register()
|
/external/u-boot/include/ |
D | efi_api.h | 42 #define TPL_CALLBACK 0x08 macro
|