Lines Matching defs:wLength
14 __u16 wLength, char *str, size_t size)
18 snprintf(str, size, "Get Device Status(Length = %d)", wLength);
23 wIndex, wLength);
106 __u16 wLength, char *str, size_t size)
166 s, wValue & 0xff, wLength);
169 static void usb_decode_get_configuration(__u16 wLength, char *str, size_t size)
171 snprintf(str, size, "Get Configuration(Length = %d)", wLength);
179 static void usb_decode_get_intf(__u16 wIndex, __u16 wLength, char *str,
183 wIndex, wLength);
193 static void usb_decode_synch_frame(__u16 wIndex, __u16 wLength,
197 wIndex, wLength);
200 static void usb_decode_set_sel(__u16 wLength, char *str, size_t size)
202 snprintf(str, size, "Set SEL(Length = %d)", wLength);
212 __u16 wLength)
218 "Type=%s Recipient=%s Dir=%s bRequest=%u wValue=%u wIndex=%u wLength=%u",
226 bRequest, wValue, wIndex, wLength);
231 __u16 wLength)
235 usb_decode_get_status(bRequestType, wIndex, wLength, str, size);
248 wIndex, wLength, str, size);
251 usb_decode_get_configuration(wLength, str, size);
257 usb_decode_get_intf(wIndex, wLength, str, size);
263 usb_decode_synch_frame(wIndex, wLength, str, size);
266 usb_decode_set_sel(wLength, str, size);
273 wValue, wIndex, wLength);
287 * @wLength: matches the USB wLength field (CPU byte order)
296 * Important: wValue, wIndex, wLength parameters before invoking this function
301 __u16 wLength)
306 wValue, wIndex, wLength);
312 wValue, wIndex, wLength);