Lines Matching refs:wLength
14 __u16 wLength, char *str, size_t size) in usb_decode_get_status() argument
18 snprintf(str, size, "Get Device Status(Length = %d)", wLength); in usb_decode_get_status()
23 wIndex, wLength); in usb_decode_get_status()
106 __u16 wLength, char *str, size_t size) in usb_decode_get_set_descriptor() argument
166 s, wValue & 0xff, wLength); in usb_decode_get_set_descriptor()
169 static void usb_decode_get_configuration(__u16 wLength, char *str, size_t size) in usb_decode_get_configuration() argument
171 snprintf(str, size, "Get Configuration(Length = %d)", wLength); in usb_decode_get_configuration()
179 static void usb_decode_get_intf(__u16 wIndex, __u16 wLength, char *str, in usb_decode_get_intf() argument
183 wIndex, wLength); in usb_decode_get_intf()
193 static void usb_decode_synch_frame(__u16 wIndex, __u16 wLength, in usb_decode_synch_frame() argument
197 wIndex, wLength); in usb_decode_synch_frame()
200 static void usb_decode_set_sel(__u16 wLength, char *str, size_t size) in usb_decode_set_sel() argument
202 snprintf(str, size, "Set SEL(Length = %d)", wLength); in usb_decode_set_sel()
215 __u16 wLength) in usb_decode_ctrl() argument
219 usb_decode_get_status(bRequestType, wIndex, wLength, str, size); in usb_decode_ctrl()
232 wIndex, wLength, str, size); in usb_decode_ctrl()
235 usb_decode_get_configuration(wLength, str, size); in usb_decode_ctrl()
241 usb_decode_get_intf(wIndex, wLength, str, size); in usb_decode_ctrl()
247 usb_decode_synch_frame(wIndex, wLength, str, size); in usb_decode_ctrl()
250 usb_decode_set_sel(wLength, str, size); in usb_decode_ctrl()
262 (u8)(cpu_to_le16(wLength) & 0xff), in usb_decode_ctrl()
263 (u8)(cpu_to_le16(wLength) >> 8)); in usb_decode_ctrl()