Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c3231 static void xhci_attach(USBPort *usbport) in xhci_attach() argument
3233 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() argument
3241 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() argument
3250 XHCIState *xhci = usbport->opaque; in xhci_wakeup()
3251 XHCIPort *port = xhci_lookup_port(xhci, usbport); in xhci_wakeup()