Lines Matching defs:wLength
15 __u16 wLength, char *str, size_t size)
19 snprintf(str, size, "Get Device Status(Length = %d)", wLength);
24 wIndex, wLength);
107 __u16 wLength, char *str, size_t size)
167 s, wValue & 0xff, wLength);
170 static void usb_decode_get_configuration(__u16 wLength, char *str, size_t size)
172 snprintf(str, size, "Get Configuration(Length = %d)", wLength);
180 static void usb_decode_get_intf(__u16 wIndex, __u16 wLength, char *str,
184 wIndex, wLength);
194 static void usb_decode_synch_frame(__u16 wIndex, __u16 wLength,
198 wIndex, wLength);
201 static void usb_decode_set_sel(__u16 wLength, char *str, size_t size)
203 snprintf(str, size, "Set SEL(Length = %d)", wLength);
213 __u16 wLength)
219 "Type=%s Recipient=%s Dir=%s bRequest=%u wValue=%u wIndex=%u wLength=%u",
227 bRequest, wValue, wIndex, wLength);
232 __u16 wLength)
236 usb_decode_get_status(bRequestType, wIndex, wLength, str, size);
249 wIndex, wLength, str, size);
252 usb_decode_get_configuration(wLength, str, size);
258 usb_decode_get_intf(wIndex, wLength, str, size);
264 usb_decode_synch_frame(wIndex, wLength, str, size);
267 usb_decode_set_sel(wLength, str, size);
274 wValue, wIndex, wLength);
288 * @wLength: matches the USB wLength field (CPU byte order)
297 * Important: wValue, wIndex, wLength parameters before invoking this function
302 __u16 wLength)
307 wValue, wIndex, wLength);
313 wValue, wIndex, wLength);