Searched refs:timer_init_ms (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/watchdog/ |
H A D | spapr_watchdog.c | 242 timer_init_ms(&w->timer, QEMU_CLOCK_VIRTUAL, watchdog_expired, w); in spapr_wdt_realize()
|
/openbmc/qemu/include/qemu/ |
H A D | timer.h | 481 static inline void timer_init_ms(QEMUTimer *ts, QEMUClockType type, in timer_init_ms() function
|
/openbmc/qemu/hw/misc/ |
H A D | edu.c | 380 timer_init_ms(&edu->dma_timer, QEMU_CLOCK_VIRTUAL, edu_dma_timer, edu); in pci_edu_realize()
|
/openbmc/qemu/hw/usb/ |
H A D | u2f-passthru.c | 252 timer_init_ms(&key->timer, QEMU_CLOCK_VIRTUAL, u2f_timeout_check, key); in u2f_transaction_start()
|
/openbmc/qemu/hw/hyperv/ |
H A D | hv-balloon.c | 1536 timer_init_ms(&balloon->post_init_timer, QEMU_CLOCK_VIRTUAL, in hv_balloon_vmdev_realize()
|