Lines Matching refs:max_ports
508 int max_ports; in xhci_get_ports() local
512 max_ports = xhci->num_usb3_ports; in xhci_get_ports()
515 max_ports = xhci->num_usb2_ports; in xhci_get_ports()
519 return max_ports; in xhci_get_ports()
867 int max_ports; in xhci_hub_control() local
878 max_ports = xhci_get_ports(hcd, &port_array); in xhci_hub_control()
913 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
953 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1132 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1228 int max_ports; in xhci_hub_status_data() local
1233 max_ports = xhci_get_ports(hcd, &port_array); in xhci_hub_status_data()
1237 retval = (max_ports + 8) / 8; in xhci_hub_status_data()
1250 for (i = 0; i < max_ports; i++) { in xhci_hub_status_data()
1279 int max_ports, port_index; in xhci_bus_suspend() local
1284 max_ports = xhci_get_ports(hcd, &port_array); in xhci_bus_suspend()
1298 port_index = max_ports; in xhci_bus_suspend()
1349 int max_ports, port_index; in xhci_bus_resume() local
1359 max_ports = xhci_get_ports(hcd, &port_array); in xhci_bus_resume()
1376 port_index = max_ports; in xhci_bus_resume()
1405 port_index = max_ports; in xhci_bus_resume()
1414 port_index = max_ports; in xhci_bus_resume()