Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dusb_defs.h92 #define USB_DT_REPORT (USB_TYPE_CLASS | 0x02) macro
Dusbdevice.h204 #define USB_DT_REPORT (USB_TYPE_CLASS | 0x02) macro
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Dep0.c309 USB_DT_REPORT) { in ep0_get_descriptor()