Lines Matching refs:wIndex
13 static void usb_decode_get_status(__u8 bRequestType, __u16 wIndex, in usb_decode_get_status() argument
23 wIndex, wLength); in usb_decode_get_status()
27 wIndex & ~USB_DIR_IN, in usb_decode_get_status()
28 wIndex & USB_DIR_IN ? "in" : "out"); in usb_decode_get_status()
53 static const char *usb_decode_test_mode(u16 wIndex) in usb_decode_test_mode() argument
55 switch (wIndex) { in usb_decode_test_mode()
73 __u16 wIndex, char *str, size_t size) in usb_decode_set_clear_feature() argument
81 usb_decode_test_mode(wIndex) : ""); in usb_decode_set_clear_feature()
93 wIndex & ~USB_DIR_IN, in usb_decode_set_clear_feature()
94 wIndex & USB_DIR_IN ? "in" : "out"); in usb_decode_set_clear_feature()
105 __u16 wValue, __u16 wIndex, in usb_decode_get_set_descriptor() argument
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()
186 static void usb_decode_set_intf(__u8 wValue, __u16 wIndex, char *str, in usb_decode_set_intf() argument
190 wIndex, wValue); in usb_decode_set_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()
211 __u8 bRequest, __u16 wValue, __u16 wIndex, in usb_decode_ctrl_generic() argument
226 bRequest, wValue, wIndex, wLength); in usb_decode_ctrl_generic()
230 __u8 bRequest, __u16 wValue, __u16 wIndex, in usb_decode_ctrl_standard() argument
235 usb_decode_get_status(bRequestType, wIndex, wLength, str, size); in usb_decode_ctrl_standard()
240 wIndex, str, size); in usb_decode_ctrl_standard()
248 wIndex, wLength, str, size); in usb_decode_ctrl_standard()
257 usb_decode_get_intf(wIndex, wLength, str, size); in usb_decode_ctrl_standard()
260 usb_decode_set_intf(wValue, wIndex, str, size); in usb_decode_ctrl_standard()
263 usb_decode_synch_frame(wIndex, wLength, str, size); in usb_decode_ctrl_standard()
273 wValue, wIndex, wLength); in usb_decode_ctrl_standard()
300 __u8 bRequest, __u16 wValue, __u16 wIndex, in usb_decode_ctrl() argument
306 wValue, wIndex, wLength); in usb_decode_ctrl()
312 wValue, wIndex, wLength); in usb_decode_ctrl()