Lines Matching refs:wIndex
677 u16 wIndex, in ohci_hub_control() argument
702 if (!wIndex || wIndex > ports) in ohci_hub_control()
704 wIndex--; in ohci_hub_control()
735 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
746 if (!wIndex || wIndex > ports) in ohci_hub_control()
748 wIndex--; in ohci_hub_control()
749 temp = roothub_portstatus (ohci, wIndex); in ohci_hub_control()
753 dbg_port(ohci, "GetStatus", wIndex, temp); in ohci_hub_control()
766 if (!wIndex || wIndex > ports) in ohci_hub_control()
768 wIndex--; in ohci_hub_control()
772 if (hcd->self.otg_port == (wIndex + 1) in ohci_hub_control()
778 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
782 &ohci->regs->roothub.portstatus [wIndex]); in ohci_hub_control()
785 retval = root_port_reset (ohci, wIndex); in ohci_hub_control()