Searched refs:set_timer (Results 1 – 10 of 10) sorted by relevance
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_tpl.c | 119 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute() 125 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 1000000); in execute() 153 ret = boottime->set_timer(event_notify, EFI_TIMER_STOP, 0); in execute() 166 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute() 172 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 1000000); in execute() 192 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 1000); in execute() 211 ret = boottime->set_timer(event_wait, EFI_TIMER_STOP, 0); in execute()
|
| H A D | efi_selftest_events.c | 115 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, 100000); in execute() 121 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 1000000); in execute() 149 ret = boottime->set_timer(event_notify, EFI_TIMER_STOP, 0); in execute() 156 ret = boottime->set_timer(event_notify, EFI_TIMER_RELATIVE, 100000); in execute() 162 ret = boottime->set_timer(event_wait, EFI_TIMER_PERIODIC, 1000000); in execute() 189 ret = boottime->set_timer(event_wait, EFI_TIMER_STOP, 0); in execute()
|
| H A D | efi_selftest_watchdog.c | 184 ret = boottime->set_timer(event_notify, EFI_TIMER_PERIODIC, in execute() 192 ret = boottime->set_timer(event_wait, EFI_TIMER_RELATIVE, 13500000); in execute()
|
| H A D | efi_selftest_snp.c | 198 ret = boottime->set_timer(timer, EFI_TIMER_PERIODIC, 10000000); in setup() 388 ret = boottime->set_timer(timer, EFI_TIMER_STOP, 0); in teardown()
|
| H A D | efi_selftest_bitblt.c | 286 ret = boottime->set_timer(event, EFI_TIMER_PERIODIC, 250000); in execute()
|
| /openbmc/u-boot/arch/nds32/cpu/n1213/ag101/ |
| H A D | timer.c | 139 void set_timer(ulong t) in set_timer() function
|
| /openbmc/qemu/rust/hw/timer/hpet/src/ |
| H A D | device.rs | 372 fn set_timer(&mut self) { in set_timer() method 427 self.set_timer(); in set_tn_cfg_reg() 457 self.set_timer(); in set_tn_cmp_reg() 647 t.set_timer(); in set_cfg_reg()
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | netmain.c | 58 void set_timer(int val) in set_timer() function
|
| /openbmc/u-boot/include/ |
| H A D | efi_api.h | 84 efi_status_t (EFIAPI *set_timer)(struct efi_event *event,
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_boottime.c | 3156 .set_timer = efi_set_timer_ext,
|