Lines Matching refs:max_ports
1094 int max_ports; in xhci_hub_control() local
1109 max_ports = rhub->num_ports; in xhci_hub_control()
1144 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1187 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1441 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1536 int max_ports; in xhci_hub_status_data() local
1544 max_ports = rhub->num_ports; in xhci_hub_status_data()
1548 retval = (max_ports + 8) / 8; in xhci_hub_status_data()
1561 for (i = 0; i < max_ports; i++) { in xhci_hub_status_data()
1595 int max_ports, port_index; in xhci_bus_suspend() local
1605 max_ports = rhub->num_ports; in xhci_bus_suspend()
1624 port_index = max_ports; in xhci_bus_suspend()
1695 port_index = max_ports; in xhci_bus_suspend()
1751 int max_ports, port_index; in xhci_bus_resume() local
1761 max_ports = rhub->num_ports; in xhci_bus_resume()
1784 port_index = max_ports; in xhci_bus_resume()