Home
last modified time | relevance | path

Searched refs:mfwrap_timer (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h217 QEMUTimer *mfwrap_timer; member
H A Dhcd-xhci.c451 timer_mod(xhci->mfwrap_timer, now + left * 125000); in xhci_mfwrap_update()
453 timer_del(xhci->mfwrap_timer); in xhci_mfwrap_update()
3415 xhci->mfwrap_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, xhci_mfwrap_timer, xhci); in usb_xhci_realize()
3453 if (xhci->mfwrap_timer) { in usb_xhci_unrealize()
3454 timer_free(xhci->mfwrap_timer); in usb_xhci_unrealize()
3455 xhci->mfwrap_timer = NULL; in usb_xhci_unrealize()
3627 VMSTATE_TIMER_PTR(mfwrap_timer, XHCIState),