Home
last modified time | relevance | path

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

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