Lines Matching refs:ports
681 int ports, i, retval = 1; in ehci_hub_status_data() local
686 ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_status_data()
687 if (ports > 7) { in ehci_hub_status_data()
744 for (i = 0; i < ports; i++) { in ehci_hub_status_data()
1035 int ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_descriptor() local
1138 desc->bNbrPorts = ports; in ehci_hub_descriptor()
1139 temp = 1 + (ports / 8); in ehci_hub_descriptor()
1261 int ports = HCS_N_PORTS (ehci->hcs_params); in ehci_hub_control() local
1333 if (!wIndex || wIndex > ports) in ehci_hub_control()
1541 if (!wIndex || wIndex > ports) in ehci_hub_control()
1765 if (!wIndex || wIndex > ports) in ehci_hub_control()
7655 int ports; in ehci_suspend() local
7660 ports = HCS_N_PORTS (ehci->hcs_params); in ehci_suspend()
7718 for (i = 0; i < ports; i++) { in ehci_suspend()
7738 int ports; in ehci_resume() local
7744 ports = HCS_N_PORTS (ehci->hcs_params); in ehci_resume()
7799 for (i = 0; i < ports; i++) { in ehci_resume()