Lines Matching refs:wIndex
680 u16 wIndex, in ohci_hub_control() argument
706 if (!wIndex || wIndex > ports) in ohci_hub_control()
708 wIndex--; in ohci_hub_control()
739 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
750 if (!wIndex || wIndex > ports) in ohci_hub_control()
752 wIndex--; in ohci_hub_control()
753 temp = roothub_portstatus (ohci, wIndex); in ohci_hub_control()
757 dbg_port(ohci, "GetStatus", wIndex, temp); in ohci_hub_control()
770 if (!wIndex || wIndex > ports) in ohci_hub_control()
772 wIndex--; in ohci_hub_control()
776 if (hcd->self.otg_port == (wIndex + 1) in ohci_hub_control()
782 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
786 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
789 retval = root_port_reset (ohci, wIndex); in ohci_hub_control()