Lines Matching refs:hw_ports
2030 kfree(xhci->hw_ports); in xhci_mem_cleanup()
2040 xhci->hw_ports = NULL; in xhci_mem_cleanup()
2334 struct xhci_port *hw_port = &xhci->hw_ports[i]; in xhci_add_in_port()
2374 if (xhci->hw_ports[i].rhub != rhub || in xhci_create_rhub_port_array()
2375 xhci->hw_ports[i].hcd_portnum == DUPLICATE_ENTRY) in xhci_create_rhub_port_array()
2377 xhci->hw_ports[i].hcd_portnum = port_index; in xhci_create_rhub_port_array()
2378 rhub->ports[port_index] = &xhci->hw_ports[i]; in xhci_create_rhub_port_array()
2403 xhci->hw_ports = kcalloc_node(num_ports, sizeof(*xhci->hw_ports), in xhci_setup_port_arrays()
2405 if (!xhci->hw_ports) in xhci_setup_port_arrays()
2409 xhci->hw_ports[i].addr = &xhci->op_regs->port_status_base + in xhci_setup_port_arrays()
2411 xhci->hw_ports[i].hw_portnum = i; in xhci_setup_port_arrays()