Home | History | Annotate | Download | only in qemu

Lines Matching refs:nographic_timer

333 static QEMUTimer *nographic_timer;
1763 qemu_mod_timer(nographic_timer, interval + qemu_get_clock_ms(rt_clock));
4431 nographic_timer = qemu_new_timer_ms(rt_clock, nographic_update, NULL);
4432 qemu_mod_timer(nographic_timer, qemu_get_clock_ms(rt_clock));