Home
last modified time | relevance | path

Searched refs:timer_new_ms (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/hw/gpio/
H A Dgpio_key.c85 s->timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, gpio_key_timer_expired, s); in gpio_key_realize()
/openbmc/qemu/migration/
H A Dcpu-throttle.c197 timer_new_ms(QEMU_CLOCK_VIRTUAL_RT, in cpu_throttle_init()
/openbmc/qemu/hw/m68k/
H A Dq800-glue.c228 s->nmi_release = timer_new_ms(QEMU_CLOCK_VIRTUAL, glue_nmi_release, s); in glue_init()
/openbmc/qemu/hw/rtc/
H A Dls7a_rtc.c400 d->toy_timer[i] = timer_new_ms(rtc_clock, toy_timer_cb, d); in ls7a_rtc_realize()
401 d->rtc_timer[i] = timer_new_ms(rtc_clock, rtc_timer_cb, d); in ls7a_rtc_realize()
/openbmc/qemu/net/
H A Dannounce.c88 timer->tm = timer_new_ms(type, cb, opaque); in qemu_announce_timer_reset()
/openbmc/qemu/hw/virtio/
H A Dvirtio-rng.c224 vrng->rate_limit_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, in virtio_rng_device_realize()
/openbmc/qemu/accel/tcg/
H A Dicount-common.c483 timers_state.icount_rt_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL_RT, in icount_configure()
/openbmc/qemu/hw/input/
H A Dadb.c247 adb_bus->autopoll_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, adb_autopoll, in adb_bus_realize()
/openbmc/qemu/ui/
H A Dconsole.c120 ds->gui_timer = timer_new_ms(QEMU_CLOCK_REALTIME, gui_update, ds); in gui_setup_refresh()
417 c->ui_timer = timer_new_ms(QEMU_CLOCK_REALTIME, in qemu_console_init()
1208 s->gl_unblock_timer = timer_new_ms(QEMU_CLOCK_REALTIME, in graphic_console_init()
H A Dspice-core.c64 timer->timer = timer_new_ms(QEMU_CLOCK_REALTIME, func, opaque); in timer_add()
H A Dconsole-vc.c1042 cursor_timer = timer_new_ms(QEMU_CLOCK_REALTIME, cursor_timer_cb, NULL); in qemu_text_console_class_init()
H A Dspice-display.c1405 ssd->gl_unblock_timer = timer_new_ms(QEMU_CLOCK_REALTIME, in qemu_spice_display_init_one()
/openbmc/qemu/docs/devel/
H A Dmultiple-iothreads.rst68 * LEGACY ``timer_new_ms()`` - create a timer
/openbmc/qemu/hw/vfio/
H A Ddisplay.c166 dpy->edid_link_timer = timer_new_ms(QEMU_CLOCK_REALTIME, in vfio_display_edid_init()
/openbmc/qemu/hw/misc/macio/
H A Dpmu.c735 s->one_sec_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, pmu_one_sec_timer, s); in pmu_realize()
/openbmc/qemu/hw/misc/
H A Dmac_via.c1236 v1s->one_second_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, via1_one_second, in mos6522_q800_via1_realize()
/openbmc/qemu/hw/net/
H A De1000.c1663 d->autoneg_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, e1000_autoneg_timer, d); in pci_e1000_realize()
1665 d->flush_queue_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, in pci_e1000_realize()
/openbmc/qemu/hw/arm/
H A Domap1.c2891 s->clk = timer_new_ms(rtc_clock, omap_rtc_tick, s); in omap_rtc_init()
3613 s->tm = timer_new_ms(QEMU_CLOCK_VIRTUAL, omap_lpg_tick, s); in omap_lpg_init()
/openbmc/qemu/hw/usb/
H A Dhost-libusb.c1913 usb_auto_timer = timer_new_ms(QEMU_CLOCK_REALTIME, usb_host_auto_check, NULL); in usb_host_auto_check()