Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_usb_dfu.c44 static const uint8_t usb_stm32mp1_desc[USB_LEN_DEV_DESC] = {
45 USB_LEN_DEV_DESC, /* bLength */
/rk3399_ARM-atf/plat/st/stm32mp2/
H A Dstm32mp2_usb_dfu.c39 static const uint8_t usb_stm32mp2_desc[USB_LEN_DEV_DESC] = {
40 USB_LEN_DEV_DESC, /* bLength */
/rk3399_ARM-atf/include/drivers/
H A Dusb_device.h30 #define USB_LEN_DEV_DESC 0x12U macro