Searched refs:efi_set_timer (Results 1 – 5 of 5) sorted by relevance
/third_party/uboot/u-boot-2020.01/lib/efi_loader/ |
D | efi_watchdog.c | 48 r = efi_set_timer(watchdog_timer_event, EFI_TIMER_RELATIVE, in efi_set_watchdog() 52 r = efi_set_timer(watchdog_timer_event, EFI_TIMER_STOP, 0); in efi_set_watchdog()
|
D | efi_console.c | 1151 r = efi_set_timer(console_timer_event, EFI_TIMER_PERIODIC, 50); in efi_console_register()
|
D | efi_net.c | 931 r = efi_set_timer(network_timer_event, EFI_TIMER_PERIODIC, 0); in efi_net_register()
|
D | efi_boottime.c | 813 efi_status_t efi_set_timer(struct efi_event *event, enum efi_timer_delay type, in efi_set_timer() function 863 return EFI_EXIT(efi_set_timer(event, type, trigger_time)); in efi_set_timer_ext()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | efi_loader.h | 451 efi_status_t efi_set_timer(struct efi_event *event, enum efi_timer_delay type,
|