Lines Matching defs:wIndex
14 static void usb_decode_get_status(__u8 bRequestType, __u16 wIndex,
24 wIndex, wLength);
28 wIndex & ~USB_DIR_IN,
29 wIndex & USB_DIR_IN ? "in" : "out");
54 static const char *usb_decode_test_mode(u16 wIndex)
56 switch (wIndex) {
74 __u16 wIndex, char *str, size_t size)
82 usb_decode_test_mode(wIndex) : "");
94 wIndex & ~USB_DIR_IN,
95 wIndex & USB_DIR_IN ? "in" : "out");
106 __u16 wValue, __u16 wIndex,
180 static void usb_decode_get_intf(__u16 wIndex, __u16 wLength, char *str,
184 wIndex, wLength);
187 static void usb_decode_set_intf(__u8 wValue, __u16 wIndex, char *str,
191 wIndex, wValue);
194 static void usb_decode_synch_frame(__u16 wIndex, __u16 wLength,
198 wIndex, wLength);
212 __u8 bRequest, __u16 wValue, __u16 wIndex,
219 "Type=%s Recipient=%s Dir=%s bRequest=%u wValue=%u wIndex=%u wLength=%u",
227 bRequest, wValue, wIndex, wLength);
231 __u8 bRequest, __u16 wValue, __u16 wIndex,
236 usb_decode_get_status(bRequestType, wIndex, wLength, str, size);
241 wIndex, str, size);
249 wIndex, wLength, str, size);
258 usb_decode_get_intf(wIndex, wLength, str, size);
261 usb_decode_set_intf(wValue, wIndex, str, size);
264 usb_decode_synch_frame(wIndex, wLength, str, size);
274 wValue, wIndex, wLength);
287 * @wIndex: matches the USB wIndex field (CPU byte order)
297 * Important: wValue, wIndex, wLength parameters before invoking this function
301 __u8 bRequest, __u16 wValue, __u16 wIndex,
307 wValue, wIndex, wLength);
313 wValue, wIndex, wLength);