Lines Matching refs:wIndex
674 u16 wIndex, in ohci_hub_control() argument
699 if (!wIndex || wIndex > ports) in ohci_hub_control()
701 wIndex--; in ohci_hub_control()
732 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
743 if (!wIndex || wIndex > ports) in ohci_hub_control()
745 wIndex--; in ohci_hub_control()
746 temp = roothub_portstatus (ohci, wIndex); in ohci_hub_control()
750 dbg_port(ohci, "GetStatus", wIndex, temp); in ohci_hub_control()
763 if (!wIndex || wIndex > ports) in ohci_hub_control()
765 wIndex--; in ohci_hub_control()
769 if (hcd->self.otg_port == (wIndex + 1) in ohci_hub_control()
775 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
779 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
782 retval = root_port_reset (ohci, wIndex); in ohci_hub_control()