Searched refs:autopoll_timer (Results 1 – 2 of 2) sorted by relevance
142 timer_mod(s->autopoll_timer, in adb_set_autopoll_enabled()146 timer_del(s->autopoll_timer); in adb_set_autopoll_enabled()156 timer_mod(s->autopoll_timer, in adb_set_autopoll_rate_ms()167 timer_mod(s->autopoll_timer, in adb_set_autopoll_mask()171 timer_del(s->autopoll_timer); in adb_set_autopoll_mask()182 timer_del(s->autopoll_timer); in adb_autopoll_block()192 timer_mod(s->autopoll_timer, in adb_autopoll_unblock()208 timer_mod(s->autopoll_timer, in adb_autopoll()225 VMSTATE_TIMER_PTR(autopoll_timer, ADBBusState),247 adb_bus->autopoll_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL, adb_autopoll, in adb_bus_realize()[all …]
83 QEMUTimer *autopoll_timer; member