Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/core/
A Dusbh_core.c206 hport->config.config_desc.bLength = desc->bLength; in parse_config_descriptor()
207 hport->config.config_desc.bDescriptorType = desc->bDescriptorType; in parse_config_descriptor()
208 hport->config.config_desc.wTotalLength = desc->wTotalLength; in parse_config_descriptor()
209 hport->config.config_desc.bNumInterfaces = desc->bNumInterfaces; in parse_config_descriptor()
211 hport->config.config_desc.iConfiguration = desc->iConfiguration; in parse_config_descriptor()
212 hport->config.config_desc.iConfiguration = desc->iConfiguration; in parse_config_descriptor()
213 hport->config.config_desc.bmAttributes = desc->bmAttributes; in parse_config_descriptor()
214 hport->config.config_desc.bMaxPower = desc->bMaxPower; in parse_config_descriptor()
306 for (uint8_t i = 0; i < hport->config.config_desc.bNumInterfaces; i++) { in usbh_print_hubport_info()
603 for (uint8_t i = 0; i < hport->config.config_desc.bNumInterfaces; i++) { in usbh_enumerate()
[all …]
A Dusbh_core.h97 struct usb_configuration_descriptor config_desc; member
/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.c111 if (hport->config.config_desc.bNumInterfaces == (intf + 1)) { in usbh_bluetooth_disconnect()

Completed in 17 milliseconds