Home
last modified time | relevance | path

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

12

/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()
/qemu/hw/m68k/
H A Dq800-glue.c229 s->nmi_release = timer_new_ms(QEMU_CLOCK_VIRTUAL, glue_nmi_release, s); in glue_init()
/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()
H A Dtwl92230.c848 s->rtc.hz_tm = timer_new_ms(rtc_clock, menelaus_rtc_hz, s); in twl92230_realize()
/qemu/net/
H A Dannounce.c88 timer->tm = timer_new_ms(type, cb, opaque); in qemu_announce_timer_reset()
/qemu/hw/virtio/
H A Dvirtio-rng.c222 vrng->rate_limit_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, in virtio_rng_device_realize()
H A Dvirtio-balloon.c321 s->stats_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, balloon_stats_poll_cb, s); in balloon_stats_set_poll_interval()
/qemu/accel/tcg/
H A Dicount-common.c482 timers_state.icount_rt_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL_RT, in icount_configure()
/qemu/hw/display/
H A Dvirtio-gpu-virgl.c648 g->fence_poll = timer_new_ms(QEMU_CLOCK_VIRTUAL, in virtio_gpu_virgl_init()
652 g->print_stats = timer_new_ms(QEMU_CLOCK_VIRTUAL, in virtio_gpu_virgl_init()
/qemu/hw/input/
H A Dadb.c247 adb_bus->autopoll_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, adb_autopoll, in adb_bus_realize()
/qemu/hw/arm/
H A Dpxa2xx.c1169 s->rtc_hz = timer_new_ms(rtc_clock, pxa2xx_rtc_hz_tick, s); in pxa2xx_rtc_realize()
1170 s->rtc_rdal1 = timer_new_ms(rtc_clock, pxa2xx_rtc_rdal1_tick, s); in pxa2xx_rtc_realize()
1171 s->rtc_rdal2 = timer_new_ms(rtc_clock, pxa2xx_rtc_rdal2_tick, s); in pxa2xx_rtc_realize()
1172 s->rtc_swal1 = timer_new_ms(rtc_clock, pxa2xx_rtc_swal1_tick, s); in pxa2xx_rtc_realize()
1173 s->rtc_swal2 = timer_new_ms(rtc_clock, pxa2xx_rtc_swal2_tick, s); in pxa2xx_rtc_realize()
1174 s->rtc_pi = timer_new_ms(rtc_clock, pxa2xx_rtc_pi_tick, s); in pxa2xx_rtc_realize()
H A Dstrongarm.c412 s->rtc_alarm = timer_new_ms(rtc_clock, strongarm_rtc_alarm_tick, s); in strongarm_rtc_realize()
413 s->rtc_hz = timer_new_ms(rtc_clock, strongarm_rtc_hz_tick, s); in strongarm_rtc_realize()
/qemu/include/qemu/
H A Dtimer.h595 static inline QEMUTimer *timer_new_ms(QEMUClockType type, QEMUTimerCB *cb, in timer_new_ms() function
/qemu/ui/
H A Dconsole.c118 ds->gui_timer = timer_new_ms(QEMU_CLOCK_REALTIME, gui_update, ds); in gui_setup_refresh()
415 c->ui_timer = timer_new_ms(QEMU_CLOCK_REALTIME, in qemu_console_init()
1242 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.c912 cursor_timer = timer_new_ms(QEMU_CLOCK_REALTIME, cursor_timer_cb, NULL); in qemu_text_console_class_init()
/qemu/docs/devel/
H A Dmultiple-iothreads.txt62 * LEGACY timer_new_ms() - create a timer
/qemu/hw/vfio/
H A Dplatform.c471 vdev->mmap_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, in vfio_populate_device()
H A Ddisplay.c166 dpy->edid_link_timer = timer_new_ms(QEMU_CLOCK_REALTIME, in vfio_display_edid_init()
/qemu/migration/
H A Dcolo.c648 s->colo_delay_timer = timer_new_ms(QEMU_CLOCK_HOST, in migrate_start_colo_process()
H A Dmigration-hmp-cmds.c717 status->timer = timer_new_ms(QEMU_CLOCK_REALTIME, hmp_migrate_status_cb, in hmp_migrate()
/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()
/qemu/hw/xen/
H A Dxen-hvm-common.c613 state->buffered_io_timer = timer_new_ms(QEMU_CLOCK_REALTIME, handle_buffered_io, in xen_main_loop_prepare()
/qemu/hw/net/
H A De1000.c1674 d->autoneg_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, e1000_autoneg_timer, d); in pci_e1000_realize()
1676 d->flush_queue_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, in pci_e1000_realize()
/qemu/hw/misc/
H A Dmac_via.c1238 v1s->one_second_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, via1_one_second, in mos6522_q800_via1_realize()

12