Searched refs:usbport (Results 1 – 1 of 1) sorted by relevance
3231 static void xhci_attach(USBPort *usbport) in xhci_attach() argument3233 XHCIState *xhci = usbport->opaque; in xhci_attach()3234 XHCIPort *port = xhci_lookup_port(xhci, usbport); in xhci_attach()3239 static void xhci_detach(USBPort *usbport) in xhci_detach() argument3241 XHCIState *xhci = usbport->opaque; in xhci_detach()3242 XHCIPort *port = xhci_lookup_port(xhci, usbport); in xhci_detach()3244 xhci_detach_slot(xhci, usbport); in xhci_detach()3248 static void xhci_wakeup(USBPort *usbport) in xhci_wakeup() argument3250 XHCIState *xhci = usbport->opaque; in xhci_wakeup()3251 XHCIPort *port = xhci_lookup_port(xhci, usbport); in xhci_wakeup()