Home
last modified time | relevance | path

Searched refs:set_timer (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_tpl.c119 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 Defi_selftest_events.c115 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 Defi_selftest_watchdog.c184 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 Defi_selftest_snp.c198 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 Defi_selftest_bitblt.c286 ret = boottime->set_timer(event, EFI_TIMER_PERIODIC, 250000); in execute()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_exception_with_invalid_guest_state.c46 static void set_timer(void) in set_timer() function
103 set_timer(); in sigalrm_handler()
143 set_timer(); in main()
/openbmc/linux/fs/afs/
H A Dfs_probe.c367 bool first_pass = true, set_timer = false; in afs_fs_probe_dispatcher() local
394 set_timer = true; in afs_fs_probe_dispatcher()
405 set_timer = true; in afs_fs_probe_dispatcher()
426 } else if (set_timer) { in afs_fs_probe_dispatcher()
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/
H A Dtimer.c139 void set_timer(ulong t) in set_timer() function
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dlink.c331 goto set_timer; in ath_ani_calibrate()
397 set_timer: in ath_ani_calibrate()
H A Dhtc_drv_main.c785 goto set_timer; in ath9k_htc_ani_work()
839 set_timer: in ath9k_htc_ani_work()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dnetmain.c60 void set_timer(int val) in set_timer() function
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h270 efi_status_t (__efiapi *set_timer)(efi_event_t,
337 u32 set_timer; member
H A Defi-stub-helper.c646 status = efi_bs_call(set_timer, timer, EfiTimerRelative, in efi_wait_for_key()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c2128 goto set_timer; in rtw_signal_stat_timer_hdl()
2135 goto set_timer; in rtw_signal_stat_timer_hdl()
2160 set_timer: in rtw_signal_stat_timer_hdl()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c607 goto set_timer; in iwl_mvm_release_frames()
611 goto set_timer; in iwl_mvm_release_frames()
637 set_timer: in iwl_mvm_release_frames()
/openbmc/u-boot/include/
H A Defi_api.h84 efi_status_t (EFIAPI *set_timer)(struct efi_event *event,
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3156 .set_timer = efi_set_timer_ext,