Lines Matching refs:hw_ports
1913 kfree(xhci->hw_ports);
1923 xhci->hw_ports = NULL;
2071 struct xhci_port *hw_port = &xhci->hw_ports[i];
2109 if (xhci->hw_ports[i].rhub != rhub ||
2110 xhci->hw_ports[i].hcd_portnum == DUPLICATE_ENTRY)
2112 xhci->hw_ports[i].hcd_portnum = port_index;
2113 rhub->ports[port_index] = &xhci->hw_ports[i];
2138 xhci->hw_ports = kcalloc_node(num_ports, sizeof(*xhci->hw_ports),
2140 if (!xhci->hw_ports)
2144 xhci->hw_ports[i].addr = &xhci->op_regs->port_status_base +
2146 xhci->hw_ports[i].hw_portnum = i;
2148 init_completion(&xhci->hw_ports[i].rexit_done);
2149 init_completion(&xhci->hw_ports[i].u3exit_done);