Lines Matching refs:max_ports
1186 int max_ports; in xhci_hub_control() local
1201 max_ports = rhub->num_ports; in xhci_hub_control()
1236 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1279 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1533 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1628 int max_ports; in xhci_hub_status_data() local
1636 max_ports = rhub->num_ports; in xhci_hub_status_data()
1640 retval = (max_ports + 8) / 8; in xhci_hub_status_data()
1665 for (i = 0; i < max_ports; i++) { in xhci_hub_status_data()
1700 int max_ports, port_index; in xhci_bus_suspend() local
1710 max_ports = rhub->num_ports; in xhci_bus_suspend()
1730 port_index = max_ports; in xhci_bus_suspend()
1801 port_index = max_ports; in xhci_bus_suspend()
1861 int max_ports, port_index; in xhci_bus_resume() local
1871 max_ports = rhub->num_ports; in xhci_bus_resume()
1894 port_index = max_ports; in xhci_bus_resume()