Lines Matching refs:bRequest
72 __u8 bRequest, __u16 wValue,
78 bRequest == USB_REQ_CLEAR_FEATURE ? "Clear" : "Set",
85 bRequest == USB_REQ_CLEAR_FEATURE ? "Clear" : "Set",
91 bRequest == USB_REQ_CLEAR_FEATURE ? "Clear" : "Set",
104 static void usb_decode_get_set_descriptor(__u8 bRequestType, __u8 bRequest,
165 bRequest == USB_REQ_GET_DESCRIPTOR ? "Get" : "Set",
211 __u8 bRequest, __u16 wValue, __u16 wIndex,
218 "Type=%s Recipient=%s Dir=%s bRequest=%u wValue=%u wIndex=%u wLength=%u",
226 bRequest, wValue, wIndex, wLength);
230 __u8 bRequest, __u16 wValue, __u16 wIndex,
233 switch (bRequest) {
239 usb_decode_set_clear_feature(bRequestType, bRequest, wValue,
247 usb_decode_get_set_descriptor(bRequestType, bRequest, wValue,
272 usb_decode_ctrl_generic(str, size, bRequestType, bRequest,
284 * @bRequest: matches the USB bRequest field
300 __u8 bRequest, __u16 wValue, __u16 wIndex,
305 usb_decode_ctrl_standard(str, size, bRequestType, bRequest,
311 usb_decode_ctrl_generic(str, size, bRequestType, bRequest,