Lines Matching defs:wIndex
13 static void usb_decode_get_status(__u8 bRequestType, __u16 wIndex,
23 wIndex, wLength);
27 wIndex & ~USB_DIR_IN,
28 wIndex & USB_DIR_IN ? "in" : "out");
53 static const char *usb_decode_test_mode(u16 wIndex)
55 switch (wIndex) {
73 __u16 wIndex, char *str, size_t size)
81 usb_decode_test_mode(wIndex) : "");
93 wIndex & ~USB_DIR_IN,
94 wIndex & USB_DIR_IN ? "in" : "out");
105 __u16 wValue, __u16 wIndex,
179 static void usb_decode_get_intf(__u16 wIndex, __u16 wLength, char *str,
183 wIndex, wLength);
186 static void usb_decode_set_intf(__u8 wValue, __u16 wIndex, char *str,
190 wIndex, wValue);
193 static void usb_decode_synch_frame(__u16 wIndex, __u16 wLength,
197 wIndex, wLength);
211 __u8 bRequest, __u16 wValue, __u16 wIndex,
218 "Type=%s Recipient=%s Dir=%s bRequest=%u wValue=%u wIndex=%u wLength=%u",
226 bRequest, wValue, wIndex, wLength);
230 __u8 bRequest, __u16 wValue, __u16 wIndex,
235 usb_decode_get_status(bRequestType, wIndex, wLength, str, size);
240 wIndex, str, size);
248 wIndex, wLength, str, size);
257 usb_decode_get_intf(wIndex, wLength, str, size);
260 usb_decode_set_intf(wValue, wIndex, str, size);
263 usb_decode_synch_frame(wIndex, wLength, str, size);
273 wValue, wIndex, wLength);
286 * @wIndex: matches the USB wIndex field (CPU byte order)
296 * Important: wValue, wIndex, wLength parameters before invoking this function
300 __u8 bRequest, __u16 wValue, __u16 wIndex,
306 wValue, wIndex, wLength);
312 wValue, wIndex, wLength);