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()
232 __u8 bRequest, __u16 wValue, __u16 wIndex, in usb_decode_ctrl() argument
237 usb_decode_get_status(bRequestType, wIndex, wLength, str, size); in usb_decode_ctrl()
242 wIndex, str, size); in usb_decode_ctrl()
250 wIndex, wLength, str, size); in usb_decode_ctrl()
259 usb_decode_get_intf(wIndex, wLength, str, size); in usb_decode_ctrl()
262 usb_decode_set_intf(wValue, wIndex, str, size); in usb_decode_ctrl()
265 usb_decode_synch_frame(wIndex, wLength, str, size); in usb_decode_ctrl()
278 (u8)(cpu_to_le16(wIndex) & 0xff), in usb_decode_ctrl()
279 (u8)(cpu_to_le16(wIndex) >> 8), in usb_decode_ctrl()