Lines Matching refs:wValue

34 static const char *usb_decode_device_feature(u16 wValue)
36 switch (wValue) {
73 __u8 bRequest, __u16 wValue,
80 usb_decode_device_feature(wValue),
81 wValue == USB_DEVICE_TEST_MODE ?
87 wValue == USB_INTRF_FUNC_SUSPEND ?
93 wValue == USB_ENDPOINT_HALT ? "Halt" : "UNKNOWN",
100 static void usb_decode_set_address(__u16 wValue, char *str, size_t size)
102 snprintf(str, size, "Set Address(Addr = %02x)", wValue);
106 __u16 wValue, __u16 wIndex,
111 switch (wValue >> 8) {
167 s, wValue & 0xff, wLength);
175 static void usb_decode_set_configuration(__u8 wValue, char *str, size_t size)
177 snprintf(str, size, "Set Configuration(Config = %d)", wValue);
187 static void usb_decode_set_intf(__u8 wValue, __u16 wIndex, char *str,
191 wIndex, wValue);
206 static void usb_decode_set_isoch_delay(__u8 wValue, char *str, size_t size)
208 snprintf(str, size, "Set Isochronous Delay(Delay = %d ns)", wValue);
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,
240 usb_decode_set_clear_feature(bRequestType, bRequest, wValue,
244 usb_decode_set_address(wValue, str, size);
248 usb_decode_get_set_descriptor(bRequestType, bRequest, wValue,
255 usb_decode_set_configuration(wValue, str, size);
261 usb_decode_set_intf(wValue, wIndex, str, size);
270 usb_decode_set_isoch_delay(wValue, str, size);
274 wValue, wIndex, wLength);
286 * @wValue: matches the USB wValue 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);