Home
last modified time | relevance | path

Searched refs:get_configuration_desc (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_usb_dfu.c340 .get_configuration_desc = stm32mp1_config_desc,
/rk3399_ARM-atf/plat/st/stm32mp2/
H A Dstm32mp2_usb_dfu.c312 .get_configuration_desc = stm32mp2_config_desc,
/rk3399_ARM-atf/include/drivers/
H A Dusb_device.h176 uint8_t *(*get_configuration_desc)(uint16_t *length); member
/rk3399_ARM-atf/drivers/usb/
H A Dusb_device.c89 pbuf = pdev->desc->get_configuration_desc(&len); in usb_core_get_desc()