Home
last modified time | relevance | path

Searched refs:hw_ports (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c1941 kfree(xhci->hw_ports); in xhci_mem_cleanup()
1951 xhci->hw_ports = NULL; in xhci_mem_cleanup()
2261 struct xhci_port *hw_port = &xhci->hw_ports[i]; in xhci_add_in_port()
2301 if (xhci->hw_ports[i].rhub != rhub || in xhci_create_rhub_port_array()
2302 xhci->hw_ports[i].hcd_portnum == DUPLICATE_ENTRY) in xhci_create_rhub_port_array()
2304 xhci->hw_ports[i].hcd_portnum = port_index; in xhci_create_rhub_port_array()
2305 rhub->ports[port_index] = &xhci->hw_ports[i]; in xhci_create_rhub_port_array()
2330 xhci->hw_ports = kcalloc_node(num_ports, sizeof(*xhci->hw_ports), in xhci_setup_port_arrays()
2332 if (!xhci->hw_ports) in xhci_setup_port_arrays()
[all...]
H A Dxhci-debugfs.c648 port = &xhci->hw_ports[num_ports]; in xhci_debugfs_create_ports()
H A Dxhci.h1906 struct xhci_port *hw_ports; member
H A Dxhci-ring.c1789 port = &xhci->hw_ports[port_id - 1]; in handle_port_status()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mem.c1913 kfree(xhci->hw_ports); in xhci_mem_cleanup()
1923 xhci->hw_ports = NULL; in xhci_mem_cleanup()
2071 struct xhci_port *hw_port = &xhci->hw_ports[i]; in xhci_add_in_port()
2109 if (xhci->hw_ports[i].rhub != rhub || in xhci_create_rhub_port_array()
2110 xhci->hw_ports[i].hcd_portnum == DUPLICATE_ENTRY) in xhci_create_rhub_port_array()
2112 xhci->hw_ports[i].hcd_portnum = port_index; in xhci_create_rhub_port_array()
2113 rhub->ports[port_index] = &xhci->hw_ports[i]; in xhci_create_rhub_port_array()
2138 xhci->hw_ports = kcalloc_node(num_ports, sizeof(*xhci->hw_ports), in xhci_setup_port_arrays()
2140 if (!xhci->hw_ports) in xhci_setup_port_arrays()
[all...]
H A Dxhci-debugfs.c648 port = &xhci->hw_ports[num_ports]; in xhci_debugfs_create_ports()
H A Dxhci-pci.c902 port = &xhci->hw_ports[i]; in xhci_pci_poweroff_late()
H A Dxhci.h1913 struct xhci_port *hw_ports; member
H A Dxhci-ring.c1886 port = &xhci->hw_ports[port_id - 1]; in handle_port_status()

Completed in 29 milliseconds