Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-mem.c1946 kfree(xhci->hw_ports); in xhci_mem_cleanup()
1956 xhci->hw_ports = NULL; in xhci_mem_cleanup()
2096 struct xhci_port *hw_port = &xhci->hw_ports[i]; in xhci_add_in_port()
2134 if (xhci->hw_ports[i].rhub != rhub || in xhci_create_rhub_port_array()
2135 xhci->hw_ports[i].hcd_portnum == DUPLICATE_ENTRY) in xhci_create_rhub_port_array()
2137 xhci->hw_ports[i].hcd_portnum = port_index; in xhci_create_rhub_port_array()
2138 rhub->ports[port_index] = &xhci->hw_ports[i]; in xhci_create_rhub_port_array()
2163 xhci->hw_ports = kcalloc_node(num_ports, sizeof(*xhci->hw_ports), in xhci_setup_port_arrays()
2165 if (!xhci->hw_ports) in xhci_setup_port_arrays()
2169 xhci->hw_ports[i].addr = &xhci->op_regs->port_status_base + in xhci_setup_port_arrays()
[all …]
Dxhci-debugfs.c648 port = &xhci->hw_ports[num_ports]; in xhci_debugfs_create_ports()
Dxhci-pci.c866 port = &xhci->hw_ports[i]; in xhci_pci_poweroff_late()
Dxhci.h1630 struct xhci_port *hw_ports; member
Dxhci-ring.c1919 port = &xhci->hw_ports[port_id - 1]; in handle_port_status()