Searched refs:XHCIPort (Results 1 – 2 of 2) sorted by relevance
123 typedef struct XHCIPort { struct131 } XHCIPort; argument214 XHCIPort ports[XHCI_MAXPORTS];
533 static XHCIPort *xhci_lookup_port(XHCIState *xhci, struct USBPort *uport) in xhci_lookup_port()2604 static bool xhci_port_have_device(XHCIPort *port) in xhci_port_have_device()2615 static void xhci_port_notify(XHCIPort *port, uint32_t bits) in xhci_port_notify()2631 static void xhci_port_update(XHCIPort *port, int is_detach) in xhci_port_update()2664 static void xhci_port_reset(XHCIPort *port, bool warm_reset) in xhci_port_reset()2808 XHCIPort *port = ptr; in xhci_port_read()2838 XHCIPort *port = ptr; in xhci_port_write()3234 XHCIPort *port = xhci_lookup_port(xhci, usbport); in xhci_attach()3242 XHCIPort *port = xhci_lookup_port(xhci, usbport); in xhci_detach()3251 XHCIPort *port = xhci_lookup_port(xhci, usbport); in xhci_wakeup()[all …]