Lines Matching refs:wIndex
676 u16 wIndex, in ohci_hub_control() argument
701 if (!wIndex || wIndex > ports) in ohci_hub_control()
703 wIndex--; in ohci_hub_control()
734 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
745 if (!wIndex || wIndex > ports) in ohci_hub_control()
747 wIndex--; in ohci_hub_control()
748 temp = roothub_portstatus (ohci, wIndex); in ohci_hub_control()
752 dbg_port(ohci, "GetStatus", wIndex, temp); in ohci_hub_control()
765 if (!wIndex || wIndex > ports) in ohci_hub_control()
767 wIndex--; in ohci_hub_control()
771 if (hcd->self.otg_port == (wIndex + 1) in ohci_hub_control()
777 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
781 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
784 retval = root_port_reset (ohci, wIndex); in ohci_hub_control()