Searched refs:set_watchdog_timer (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_watchdog.c | 53 ret = boottime->set_watchdog_timer(1, 0, 0, NULL); in notify() 136 ret = boottime->set_watchdog_timer(300, 0, 0, NULL); in teardown() 177 ret = boottime->set_watchdog_timer(1, 0, 0, NULL); in execute()
|
| H A D | efi_selftest_textinput.c | 75 boottime->set_watchdog_timer(300, 0, 0, NULL); in execute()
|
| H A D | efi_selftest_textinputex.c | 158 boottime->set_watchdog_timer(300, 0, 0, NULL); in execute()
|
| /openbmc/u-boot/include/ |
| H A D | efi_api.h | 135 efi_status_t (EFIAPI *set_watchdog_timer)(unsigned long timeout,
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_boottime.c | 3177 .set_watchdog_timer = efi_set_watchdog_timer,
|