Lines Matching refs:max_ports
1180 int max_ports; in xhci_hub_control() local
1195 max_ports = rhub->num_ports; in xhci_hub_control()
1230 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1273 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1527 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1622 int max_ports; in xhci_hub_status_data() local
1630 max_ports = rhub->num_ports; in xhci_hub_status_data()
1634 retval = (max_ports + 8) / 8; in xhci_hub_status_data()
1648 for (i = 0; i < max_ports; i++) { in xhci_hub_status_data()
1683 int max_ports, port_index; in xhci_bus_suspend() local
1693 max_ports = rhub->num_ports; in xhci_bus_suspend()
1713 port_index = max_ports; in xhci_bus_suspend()
1784 port_index = max_ports; in xhci_bus_suspend()
1844 int max_ports, port_index; in xhci_bus_resume() local
1854 max_ports = rhub->num_ports; in xhci_bus_resume()
1877 port_index = max_ports; in xhci_bus_resume()