Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-mem.c2205 struct xhci_port *hw_port = &xhci->hw_ports[i]; in xhci_add_in_port() local
2207 if (hw_port->rhub) { in xhci_add_in_port()
2212 hw_port->rhub->maj_rev, major_revision); in xhci_add_in_port()
2216 if (hw_port->rhub != rhub && in xhci_add_in_port()
2217 hw_port->hcd_portnum != DUPLICATE_ENTRY) { in xhci_add_in_port()
2218 hw_port->rhub->num_ports--; in xhci_add_in_port()
2219 hw_port->hcd_portnum = DUPLICATE_ENTRY; in xhci_add_in_port()
2223 hw_port->rhub = rhub; in xhci_add_in_port()