Lines Matching refs:max_ports
1072 int max_ports; in xhci_hub_control() local
1087 max_ports = rhub->num_ports; in xhci_hub_control()
1122 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1165 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1374 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1469 int max_ports; in xhci_hub_status_data() local
1477 max_ports = rhub->num_ports; in xhci_hub_status_data()
1481 retval = (max_ports + 8) / 8; in xhci_hub_status_data()
1494 for (i = 0; i < max_ports; i++) { in xhci_hub_status_data()
1526 int max_ports, port_index; in xhci_bus_suspend() local
1536 max_ports = rhub->num_ports; in xhci_bus_suspend()
1555 port_index = max_ports; in xhci_bus_suspend()
1618 port_index = max_ports; in xhci_bus_suspend()
1674 int max_ports, port_index; in xhci_bus_resume() local
1684 max_ports = rhub->num_ports; in xhci_bus_resume()
1707 port_index = max_ports; in xhci_bus_resume()