Searched refs:eof_timer (Results 1 – 1 of 1) sorted by relevance
74 QEMUTimer *eof_timer; member1099 qemu_mod_timer(ohci->eof_timer, ohci->sof_time + usb_frame_time); in ohci_sof()1182 ohci->eof_timer = qemu_new_timer_ns(vm_clock, in ohci_bus_start()1186 if (ohci->eof_timer == NULL) { in ohci_bus_start()1202 if (ohci->eof_timer) in ohci_bus_stop()1203 qemu_del_timer(ohci->eof_timer); in ohci_bus_stop()1204 ohci->eof_timer = NULL; in ohci_bus_stop()