Searched refs:set_timer (Results 1 - 8 of 8) sorted by relevance

/u-boot/lib/efi_selftest/
H A Defi_selftest_events.c115 ret = boottime->set_timer(efi_st_event_notify, EFI_TIMER_PERIODIC,
122 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 1000000);
150 ret = boottime->set_timer(efi_st_event_notify, EFI_TIMER_STOP, 0);
157 ret = boottime->set_timer(efi_st_event_notify, EFI_TIMER_RELATIVE,
164 ret = boottime->set_timer(event_wait, EFI_TIMER_PERIODIC, 1000000);
191 ret = boottime->set_timer(event_wait, EFI_TIMER_STOP, 0);
H A Defi_selftest_tpl.c120 ret = boottime->set_timer(efi_st_event_notify, EFI_TIMER_PERIODIC,
127 ret = boottime->set_timer(efi_st_event_wait, EFI_TIMER_RELATIVE,
156 ret = boottime->set_timer(efi_st_event_notify, EFI_TIMER_STOP, 0);
169 ret = boottime->set_timer(efi_st_event_notify, EFI_TIMER_PERIODIC,
176 ret = boottime->set_timer(efi_st_event_wait, EFI_TIMER_RELATIVE,
197 ret = boottime->set_timer(efi_st_event_wait, EFI_TIMER_RELATIVE, 1000);
216 ret = boottime->set_timer(efi_st_event_wait, EFI_TIMER_STOP, 0);
H A Defi_selftest_watchdog.c185 ret = boottime->set_timer(efi_st_event_notify,
193 ret = boottime->set_timer(efi_st_event_wait, EFI_TIMER_RELATIVE,
H A Defi_selftest_snp.c199 ret = boottime->set_timer(timer, EFI_TIMER_PERIODIC, 10000000);
436 ret = boottime->set_timer(timer, EFI_TIMER_STOP, 0);
H A Defi_selftest_bitblt.c298 ret = boottime->set_timer(event, EFI_TIMER_PERIODIC, 250000);
/u-boot/arch/arm/mach-nexell/
H A Dtimer.c174 void set_timer(unsigned long t) function
/u-boot/include/
H A Defi_api.h89 efi_status_t (EFIAPI *set_timer)(struct efi_event *event, member in struct:efi_boot_services
/u-boot/lib/efi_loader/
H A Defi_boottime.c3954 .set_timer = efi_set_timer_ext,

Completed in 124 milliseconds