Searched refs:bDeviceProtocol (Results 1 – 4 of 4) sorted by relevance
| /components/drivers/usb/cherryusb/common/ |
| A D | usb_def.h | 354 uint8_t bDeviceProtocol; /* Protocol, if 0 see interface */ member 438 uint8_t bDeviceProtocol; /* Protocol, if 0 see interface */ member 641 #define USB_DEVICE_DESCRIPTOR_INIT(bcdUSB, bDeviceClass, bDeviceSubClass, bDeviceProtocol, idVendor… argument 647 …bDeviceProtocol, /* bDeviceProtocol */ … 667 #define USB_DEVICE_QUALIFIER_DESCRIPTOR_INIT(bcdUSB, bDeviceClass, bDeviceSubClass, bDeviceProtocol… argument 673 …bDeviceProtocol, /* bDeviceProtocol */ …
|
| /components/drivers/include/drivers/ |
| A D | usb_common.h | 282 rt_uint8_t bDeviceProtocol; member 377 rt_uint8_t bDeviceProtocol; member
|
| /components/drivers/usb/cherryusb/core/ |
| A D | usbh_core.c | 146 USB_LOG_DBG("bDeviceProtocol: 0x%02x \r\n", desc->bDeviceProtocol); in parse_device_descriptor() 161 hport->device_desc.bDeviceProtocol = desc->bDeviceProtocol; in parse_device_descriptor() 286 USB_LOG_RAW("bDeviceProtocol: 0x%02x \r\n", hport->device_desc.bDeviceProtocol); in usbh_print_hubport_info() 417 dev_desc->bDeviceProtocol, ep_mps); in usbh_enumerate()
|
| /components/drivers/usb/cherryusb/class/hub/ |
| A D | usbh_hub.c | 382 if (hport->device_desc.bDeviceProtocol == HUB_PROTOCOL_MTT) { in usbh_hub_connect()
|
Completed in 13 milliseconds