Home
last modified time | relevance | path

Searched refs:USBD_DEVICE_DESCRIPTORS (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Dep0.c186 dbg_ep0 (2, "%s", USBD_DEVICE_DESCRIPTORS (descriptor_type)); in ep0_get_descriptor()
/third_party/uboot/u-boot-2020.01/include/
Dusbdevice.h335 #define USBD_DEVICE_DESCRIPTORS(x) (((unsigned int)x <= USB_DESCRIPTOR_TYPE_INTERFACE_POWER) ? \ macro