Lines Matching defs:wIndex
1565 * ep_from_windex - convert control wIndex value to endpoint
1567 * @windex: The control request wIndex field (in host order).
1569 * Convert the given wIndex into a pointer to an driver endpoint
1697 ep = ep_from_windex(hsotg, le16_to_cpu(ctrl->wIndex));
1781 u32 wIndex;
1787 wIndex = le16_to_cpu(ctrl->wIndex);
1801 if ((wIndex & 0xff) != 0)
1806 hsotg->test_mode = wIndex >> 8;
1821 ep = ep_from_windex(hsotg, wIndex);
1824 __func__, wIndex);
1938 ctrl->wIndex, ctrl->wLength);