Searched refs:hw_ports (Results 1 – 4 of 4) sorted by relevance
1941 kfree(xhci->hw_ports); in xhci_mem_cleanup()1951 xhci->hw_ports = NULL; in xhci_mem_cleanup()2244 struct xhci_port *hw_port = &xhci->hw_ports[i]; in xhci_add_in_port()2284 if (xhci->hw_ports[i].rhub != rhub || in xhci_create_rhub_port_array()2285 xhci->hw_ports[i].hcd_portnum == DUPLICATE_ENTRY) in xhci_create_rhub_port_array()2287 xhci->hw_ports[i].hcd_portnum = port_index; in xhci_create_rhub_port_array()2288 rhub->ports[port_index] = &xhci->hw_ports[i]; in xhci_create_rhub_port_array()2313 xhci->hw_ports = kcalloc_node(num_ports, sizeof(*xhci->hw_ports), in xhci_setup_port_arrays()2315 if (!xhci->hw_ports) in xhci_setup_port_arrays()2319 xhci->hw_ports[i].addr = &xhci->op_regs->port_status_base + in xhci_setup_port_arrays()[all …]
647 port = &xhci->hw_ports[num_ports]; in xhci_debugfs_create_ports()
1901 struct xhci_port *hw_ports; member
1791 port = &xhci->hw_ports[port_id - 1]; in handle_port_status()