Lines Matching refs:hw_ports
1941 kfree(xhci->hw_ports);
1951 xhci->hw_ports = NULL;
2261 struct xhci_port *hw_port = &xhci->hw_ports[i];
2301 if (xhci->hw_ports[i].rhub != rhub ||
2302 xhci->hw_ports[i].hcd_portnum == DUPLICATE_ENTRY)
2304 xhci->hw_ports[i].hcd_portnum = port_index;
2305 rhub->ports[port_index] = &xhci->hw_ports[i];
2330 xhci->hw_ports = kcalloc_node(num_ports, sizeof(*xhci->hw_ports),
2332 if (!xhci->hw_ports)
2336 xhci->hw_ports[i].addr = &xhci->op_regs->port_status_base +
2338 xhci->hw_ports[i].hw_portnum = i;
2340 init_completion(&xhci->hw_ports[i].rexit_done);
2341 init_completion(&xhci->hw_ports[i].u3exit_done);