Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/usb/
A Dusb_device.c66 uint8_t *pbuf; in usb_core_get_desc() local
72 pbuf = pdev->desc->get_device_desc(&len); in usb_core_get_desc()
76 pbuf = pdev->desc->get_config_desc(&len); in usb_core_get_desc()
82 pbuf = pdev->desc->get_lang_id_desc(&len); in usb_core_get_desc()
86 pbuf = pdev->desc->get_manufacturer_desc(&len); in usb_core_get_desc()
90 pbuf = pdev->desc->get_product_desc(&len); in usb_core_get_desc()
94 pbuf = pdev->desc->get_serial_desc(&len); in usb_core_get_desc()
98 pbuf = pdev->desc->get_configuration_desc(&len); in usb_core_get_desc()
102 pbuf = pdev->desc->get_interface_desc(&len); in usb_core_get_desc()
114 pbuf = pdev->desc->get_device_qualifier_desc(&len); in usb_core_get_desc()
[all …]
/arm-trusted-firmware-2.8.0/plat/st/common/
A Dusb_dfu.c410 uint8_t *pbuf = NULL; in usb_dfu_setup() local
458 pbuf = pdev->desc->get_config_desc(&len); in usb_dfu_setup()
460 pbuf += len - 9U; in usb_dfu_setup()
466 usb_core_transmit_ep0(pdev, pbuf, len); in usb_dfu_setup()

Completed in 4 milliseconds