Searched refs:mfwrap_timer (Results 1 – 2 of 2) sorted by relevance
215 QEMUTimer *mfwrap_timer; member
451 timer_mod(xhci->mfwrap_timer, now + left * 125000); in xhci_mfwrap_update()453 timer_del(xhci->mfwrap_timer); in xhci_mfwrap_update()3389 xhci->mfwrap_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, xhci_mfwrap_timer, xhci); in usb_xhci_realize()3427 if (xhci->mfwrap_timer) { in usb_xhci_unrealize()3428 timer_free(xhci->mfwrap_timer); in usb_xhci_unrealize()3429 xhci->mfwrap_timer = NULL; in usb_xhci_unrealize()3601 VMSTATE_TIMER_PTR(mfwrap_timer, XHCIState),