Lines Matching refs:max_ports
1104 int max_ports; in xhci_hub_control() local
1119 max_ports = rhub->num_ports; in xhci_hub_control()
1154 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1197 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1451 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1546 int max_ports; in xhci_hub_status_data() local
1554 max_ports = rhub->num_ports; in xhci_hub_status_data()
1558 retval = (max_ports + 8) / 8; in xhci_hub_status_data()
1572 for (i = 0; i < max_ports; i++) { in xhci_hub_status_data()
1607 int max_ports, port_index; in xhci_bus_suspend() local
1617 max_ports = rhub->num_ports; in xhci_bus_suspend()
1637 port_index = max_ports; in xhci_bus_suspend()
1722 port_index = max_ports; in xhci_bus_suspend()
1783 int max_ports, port_index; in xhci_bus_resume() local
1793 max_ports = rhub->num_ports; in xhci_bus_resume()
1816 port_index = max_ports; in xhci_bus_resume()