Home | History | Annotate | Download | only in qemu

Lines Matching refs:nographic_timer

260 static QEMUTimer *nographic_timer;
1557 qemu_mod_timer(nographic_timer, interval + qemu_get_clock_ms(rt_clock));
3159 nographic_timer = qemu_new_timer_ms(rt_clock, nographic_update, NULL);
3160 qemu_mod_timer(nographic_timer, qemu_get_clock_ms(rt_clock));