Home
last modified time | relevance | path

Searched refs:USB_DT_REPORT (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/usb/
H A Ddev-hid.c95 USB_DT_REPORT, /* u8 type: Report */
126 USB_DT_REPORT, /* u8 type: Report */
156 USB_DT_REPORT, /* u8 type: Report */
186 USB_DT_REPORT, /* u8 type: Report */
217 USB_DT_REPORT, /* u8 type: Report */
248 USB_DT_REPORT, /* u8 type: Report */
H A Du2f.c72 USB_DT_REPORT, /* u8 type: Report */
H A Ddev-wacom.c147 USB_DT_REPORT, /* u8 type: Report */
/openbmc/qemu/include/hw/usb/
H A Dhid.h14 #define USB_DT_REPORT 0x22 macro
/openbmc/u-boot/include/
H A Dusb_defs.h92 #define USB_DT_REPORT (USB_TYPE_CLASS | 0x02) macro
H A Dusbdevice.h204 #define USB_DT_REPORT (USB_TYPE_CLASS | 0x02) macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dep0.c308 USB_DT_REPORT) { in ep0_get_descriptor()