Searched refs:bNumInterfaces (Results 1 – 6 of 6) sorted by relevance
| /components/drivers/usb/cherryusb/core/ |
| A D | usbh_core.c | 200 USB_LOG_DBG("bNumInterfaces: 0x%02x \r\n", desc->bNumInterfaces); in parse_config_descriptor() 209 hport->config.config_desc.bNumInterfaces = desc->bNumInterfaces; in parse_config_descriptor() 300 USB_LOG_RAW("bNumInterfaces: 0x%02x \r\n", hport->config.config_desc.bNumInterfaces); in usbh_print_hubport_info() 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() 634 for (uint8_t i = 0; i < hport->config.config_desc.bNumInterfaces; i++) { in usbh_hubport_release() 639 hport->config.config_desc.bNumInterfaces = 0; in usbh_hubport_release() 797 for (uint8_t itf = 0; itf < hport->config.config_desc.bNumInterfaces; itf++) { in usbh_list_all_interface_name() 828 for (uint8_t itf = 0; itf < hport->config.config_desc.bNumInterfaces; itf++) { in usbh_list_all_interface_driver() 871 for (uint8_t itf = 0; itf < hport->config.config_desc.bNumInterfaces; itf++) { in usbh_list_all_interface_desc() [all …]
|
| /components/drivers/usb/cherryusb/common/ |
| A D | usb_def.h | 372 uint8_t bNumInterfaces; /* Number of interfaces, this config. */ member 657 #define USB_CONFIG_DESCRIPTOR_INIT(wTotalLength, bNumInterfaces, bConfigurationValue, bmAttributes,… argument 661 …bNumInterfaces, /* bNumInterfaces */ … 678 #define USB_OTHER_SPEED_CONFIG_DESCRIPTOR_INIT(wTotalLength, bNumInterfaces, bConfigurationValue, b… argument 682 …bNumInterfaces, /* bNumInterfaces */ …
|
| /components/legacy/usb/usbhost/core/ |
| A D | usbhost_core.c | 190 for(i=0; i<device->cfg_desc->bNumInterfaces; i++) in rt_usbh_attatch_instance() 276 for (i = 0; i < device->cfg_desc->bNumInterfaces; i++) in rt_usbh_detach_instance()
|
| /components/drivers/include/drivers/ |
| A D | usb_common.h | 299 rt_uint8_t bNumInterfaces; member
|
| /components/drivers/usb/cherryusb/class/wireless/ |
| A D | usbh_bluetooth.c | 111 if (hport->config.config_desc.bNumInterfaces == (intf + 1)) { in usbh_bluetooth_disconnect()
|
| /components/legacy/usb/usbdevice/core/ |
| A D | usbdevice_core.c | 659 if(setup->wIndex > device->curr_cfg->cfg_desc.bNumInterfaces) in _function_request() 1558 cfg->cfg_desc.bNumInterfaces++; in rt_usbd_device_add_config()
|
Completed in 18 milliseconds