Lines Matching refs:max_ports
1015 int max_ports; in xhci_hub_control() local
1030 max_ports = rhub->num_ports; in xhci_hub_control()
1065 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1109 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1317 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1410 int max_ports; in xhci_hub_status_data() local
1418 max_ports = rhub->num_ports; in xhci_hub_status_data()
1422 retval = (max_ports + 8) / 8; in xhci_hub_status_data()
1435 for (i = 0; i < max_ports; i++) { in xhci_hub_status_data()
1467 int max_ports, port_index; in xhci_bus_suspend() local
1475 max_ports = rhub->num_ports; in xhci_bus_suspend()
1489 port_index = max_ports; in xhci_bus_suspend()
1577 int max_ports, port_index; in xhci_bus_resume() local
1587 max_ports = rhub->num_ports; in xhci_bus_resume()
1610 port_index = max_ports; in xhci_bus_resume()