Lines Matching refs:VHCI_HC_PORTS
232 int retval = DIV_ROUND_UP(VHCI_HC_PORTS + 1, 8); in vhci_hub_status()
246 for (rhport = 0; rhport < VHCI_HC_PORTS; rhport++) { in vhci_hub_status()
293 desc->bNbrPorts = VHCI_HC_PORTS; in ss_hub_descriptor()
307 desc->bNbrPorts = VHCI_HC_PORTS; in hub_descriptor()
308 BUILD_BUG_ON(VHCI_HC_PORTS > USB_MAXCHILDREN); in hub_descriptor()
325 u32 prev_port_status[VHCI_HC_PORTS]; in vhci_hub_control()
345 if (wIndex < 1 || wIndex > VHCI_HC_PORTS) { in vhci_hub_control()
347 if (wIndex > VHCI_HC_PORTS) in vhci_hub_control()
703 if (portnum > VHCI_HC_PORTS) { in vhci_urb_enqueue()
1187 for (rhport = 0; rhport < VHCI_HC_PORTS; rhport++) { in vhci_start()
1243 for (rhport = 0; rhport < VHCI_HC_PORTS; rhport++) { in vhci_stop()
1440 for (rhport = 0; rhport < VHCI_HC_PORTS; rhport++) { in vhci_hcd_suspend()