Lines Matching refs:max_ports
407 int max_ports; in xhci_get_ports() local
411 max_ports = xhci->num_usb3_ports; in xhci_get_ports()
414 max_ports = xhci->num_usb2_ports; in xhci_get_ports()
418 return max_ports; in xhci_get_ports()
712 int max_ports; in xhci_hub_control() local
723 max_ports = xhci_get_ports(hcd, &port_array); in xhci_hub_control()
771 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
798 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
977 if (!wIndex || wIndex > max_ports) in xhci_hub_control()
1071 int max_ports; in xhci_hub_status_data() local
1076 max_ports = xhci_get_ports(hcd, &port_array); in xhci_hub_status_data()
1080 retval = (max_ports + 8) / 8; in xhci_hub_status_data()
1093 for (i = 0; i < max_ports; i++) { in xhci_hub_status_data()
1122 int max_ports, port_index; in xhci_bus_suspend() local
1127 max_ports = xhci_get_ports(hcd, &port_array); in xhci_bus_suspend()
1141 port_index = max_ports; in xhci_bus_suspend()
1192 int max_ports, port_index; in xhci_bus_resume() local
1198 max_ports = xhci_get_ports(hcd, &port_array); in xhci_bus_resume()
1215 port_index = max_ports; in xhci_bus_resume()