Lines Matching refs:bRequest
73 __u8 bRequest, __u16 wValue,
79 bRequest == USB_REQ_CLEAR_FEATURE ? "Clear" : "Set",
86 bRequest == USB_REQ_CLEAR_FEATURE ? "Clear" : "Set",
92 bRequest == USB_REQ_CLEAR_FEATURE ? "Clear" : "Set",
105 static void usb_decode_get_set_descriptor(__u8 bRequestType, __u8 bRequest,
166 bRequest == USB_REQ_GET_DESCRIPTOR ? "Get" : "Set",
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,
234 switch (bRequest) {
240 usb_decode_set_clear_feature(bRequestType, bRequest, wValue,
248 usb_decode_get_set_descriptor(bRequestType, bRequest, wValue,
273 usb_decode_ctrl_generic(str, size, bRequestType, bRequest,
285 * @bRequest: matches the USB bRequest field
301 __u8 bRequest, __u16 wValue, __u16 wIndex,
306 usb_decode_ctrl_standard(str, size, bRequestType, bRequest,
312 usb_decode_ctrl_generic(str, size, bRequestType, bRequest,