Home
last modified time | relevance | path

Searched refs:TPL_CALLBACK (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/lib/efi_selftest/
Defi_selftest_watchdog.c80 TPL_CALLBACK, notify, in setup()
88 TPL_CALLBACK, notify, NULL, &event_wait); in setup()
Defi_selftest_events.c52 TPL_CALLBACK, notify, (void *)&timer_ticks, in setup()
59 TPL_CALLBACK, notify, NULL, &event_wait); in setup()
Defi_selftest_tpl.c50 TPL_CALLBACK, notify, in setup()
159 old_tpl = boottime->raise_tpl(TPL_CALLBACK); in execute()
Defi_selftest_exitbootservices.c48 TPL_CALLBACK, notify, in setup()
Defi_selftest_snp.c189 ret = boottime->create_event(EVT_TIMER, TPL_CALLBACK, NULL, NULL, in setup()
Defi_selftest_bitblt.c110 TPL_CALLBACK, notify, (void *)&xpos, in setup()
/external/u-boot/lib/efi_loader/
Defi_watchdog.c68 r = efi_create_event(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_watchdog_register()
Defi_console.c601 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()
Defi_net.c372 r = efi_create_event(EVT_NOTIFY_WAIT, TPL_CALLBACK, in efi_net_register()
/external/u-boot/include/
Defi_api.h42 #define TPL_CALLBACK 0x08 macro