Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/usb/
H A Dusb_device.c57 uint8_t *pbuf; in usb_core_get_desc() local
63 pbuf = pdev->desc->get_device_desc(&len); in usb_core_get_desc()
67 pbuf = pdev->desc->get_config_desc(&len); in usb_core_get_desc()
73 pbuf = pdev->desc->get_lang_id_desc(&len); in usb_core_get_desc()
77 pbuf = pdev->desc->get_manufacturer_desc(&len); in usb_core_get_desc()
81 pbuf = pdev->desc->get_product_desc(&len); in usb_core_get_desc()
85 pbuf = pdev->desc->get_serial_desc(&len); in usb_core_get_desc()
89 pbuf = pdev->desc->get_configuration_desc(&len); in usb_core_get_desc()
93 pbuf = pdev->desc->get_interface_desc(&len); in usb_core_get_desc()
99 pbuf = pdev->desc->get_usr_desc( in usb_core_get_desc()
[all …]
/rk3399_ARM-atf/plat/st/common/
H A Dusb_dfu.c414 uint8_t *pbuf = NULL; in usb_dfu_setup() local
462 pbuf = pdev->desc->get_config_desc(&len); in usb_dfu_setup()
464 pbuf += len - 9U; in usb_dfu_setup()
470 usb_core_transmit_ep0(pdev, pbuf, len); in usb_dfu_setup()