Lines Matching refs:max_ports
1096 int max_ports; in xhci_hub_control() local
1111 max_ports = rhub->num_ports; in xhci_hub_control()
1146 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1189 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1443 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1538 int max_ports; in xhci_hub_status_data() local
1546 max_ports = rhub->num_ports; in xhci_hub_status_data()
1550 retval = (max_ports + 8) / 8; in xhci_hub_status_data()
1564 for (i = 0; i < max_ports; i++) { in xhci_hub_status_data()
1598 int max_ports, port_index; in xhci_bus_suspend() local
1608 max_ports = rhub->num_ports; in xhci_bus_suspend()
1627 port_index = max_ports; in xhci_bus_suspend()
1698 port_index = max_ports; in xhci_bus_suspend()
1758 int max_ports, port_index; in xhci_bus_resume() local
1768 max_ports = rhub->num_ports; in xhci_bus_resume()
1791 port_index = max_ports; in xhci_bus_resume()