Lines Matching refs:max_ports
1200 int max_ports; in xhci_hub_control() local
1217 max_ports = rhub->num_ports; in xhci_hub_control()
1253 if (!portnum1 || portnum1 > max_ports) in xhci_hub_control()
1299 if (!portnum1 || portnum1 > max_ports) in xhci_hub_control()
1549 if (!portnum1 || portnum1 > max_ports) in xhci_hub_control()
1645 int max_ports; in xhci_hub_status_data() local
1653 max_ports = rhub->num_ports; in xhci_hub_status_data()
1657 retval = (max_ports + 8) / 8; in xhci_hub_status_data()
1682 for (i = 0; i < max_ports; i++) { in xhci_hub_status_data()
1717 int max_ports, port_index; in xhci_bus_suspend() local
1727 max_ports = rhub->num_ports; in xhci_bus_suspend()
1747 port_index = max_ports; in xhci_bus_suspend()
1818 port_index = max_ports; in xhci_bus_suspend()
1878 int max_ports, port_index; in xhci_bus_resume() local
1888 max_ports = rhub->num_ports; in xhci_bus_resume()
1911 port_index = max_ports; in xhci_bus_resume()