Lines Matching defs:wIndex
1566 * ep_from_windex - convert control wIndex value to endpoint
1568 * @windex: The control request wIndex field (in host order).
1570 * Convert the given wIndex into a pointer to an driver endpoint
1698 ep = ep_from_windex(hsotg, le16_to_cpu(ctrl->wIndex));
1782 u32 wIndex;
1788 wIndex = le16_to_cpu(ctrl->wIndex);
1802 if ((wIndex & 0xff) != 0)
1807 hsotg->test_mode = wIndex >> 8;
1822 ep = ep_from_windex(hsotg, wIndex);
1825 __func__, wIndex);
1938 ctrl->wIndex, ctrl->wLength);