Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-mem.c1980 kfree(xhci->hw_ports); in xhci_mem_cleanup()
1990 xhci->hw_ports = NULL; in xhci_mem_cleanup()
2129 struct xhci_port *hw_port = &xhci->hw_ports[i]; in xhci_add_in_port()
2167 if (xhci->hw_ports[i].rhub != rhub || in xhci_create_rhub_port_array()
2168 xhci->hw_ports[i].hcd_portnum == DUPLICATE_ENTRY) in xhci_create_rhub_port_array()
2170 xhci->hw_ports[i].hcd_portnum = port_index; in xhci_create_rhub_port_array()
2171 rhub->ports[port_index] = &xhci->hw_ports[i]; in xhci_create_rhub_port_array()
2194 xhci->hw_ports = kcalloc_node(xhci->max_ports, sizeof(*xhci->hw_ports), in xhci_setup_port_arrays()
2196 if (!xhci->hw_ports) in xhci_setup_port_arrays()
2200 xhci->hw_ports[i].port_reg = &xhci->op_regs->port_regs[i]; in xhci_setup_port_arrays()
[all …]
H A Dxhci-pci.c900 port = &xhci->hw_ports[i]; in xhci_pci_poweroff_late()
H A Dxhci-debugfs.c658 port = &xhci->hw_ports[i]; in xhci_debugfs_create_ports()
H A Dxhci.h1650 struct xhci_port *hw_ports; member
H A Dxhci-ring.c2016 port = &xhci->hw_ports[port_id - 1]; in handle_port_status()