Lines Matching refs:wIndex
14 static void usb_decode_get_status(__u8 bRequestType, __u16 wIndex, in usb_decode_get_status() argument
24 wIndex, wLength); in usb_decode_get_status()
28 wIndex & ~USB_DIR_IN, in usb_decode_get_status()
29 wIndex & USB_DIR_IN ? "in" : "out"); in usb_decode_get_status()
54 static const char *usb_decode_test_mode(u16 wIndex) in usb_decode_test_mode() argument
56 switch (wIndex) { in usb_decode_test_mode()
74 __u16 wIndex, char *str, size_t size) in usb_decode_set_clear_feature() argument
82 usb_decode_test_mode(wIndex) : ""); in usb_decode_set_clear_feature()
94 wIndex & ~USB_DIR_IN, in usb_decode_set_clear_feature()
95 wIndex & USB_DIR_IN ? "in" : "out"); in usb_decode_set_clear_feature()
106 __u16 wValue, __u16 wIndex, in usb_decode_get_set_descriptor() argument
180 static void usb_decode_get_intf(__u16 wIndex, __u16 wLength, char *str, in usb_decode_get_intf() argument
184 wIndex, wLength); in usb_decode_get_intf()
187 static void usb_decode_set_intf(__u8 wValue, __u16 wIndex, char *str, in usb_decode_set_intf() argument
191 wIndex, wValue); in usb_decode_set_intf()
194 static void usb_decode_synch_frame(__u16 wIndex, __u16 wLength, in usb_decode_synch_frame() argument
198 wIndex, wLength); in usb_decode_synch_frame()
212 __u8 bRequest, __u16 wValue, __u16 wIndex, in usb_decode_ctrl_generic() argument
227 bRequest, wValue, wIndex, wLength); in usb_decode_ctrl_generic()
231 __u8 bRequest, __u16 wValue, __u16 wIndex, in usb_decode_ctrl_standard() argument
236 usb_decode_get_status(bRequestType, wIndex, wLength, str, size); in usb_decode_ctrl_standard()
241 wIndex, str, size); in usb_decode_ctrl_standard()
249 wIndex, wLength, str, size); in usb_decode_ctrl_standard()
258 usb_decode_get_intf(wIndex, wLength, str, size); in usb_decode_ctrl_standard()
261 usb_decode_set_intf(wValue, wIndex, str, size); in usb_decode_ctrl_standard()
264 usb_decode_synch_frame(wIndex, wLength, str, size); in usb_decode_ctrl_standard()
274 wValue, wIndex, wLength); in usb_decode_ctrl_standard()
301 __u8 bRequest, __u16 wValue, __u16 wIndex, in usb_decode_ctrl() argument
307 wValue, wIndex, wLength); in usb_decode_ctrl()
313 wValue, wIndex, wLength); in usb_decode_ctrl()