| /components/drivers/usb/cherryusb/class/template/ |
| A D | usbh_xxx.c | 94 .bInterfaceProtocol = 0,
|
| /components/drivers/usb/cherryusb/common/ |
| A D | usb_def.h | 390 uint8_t bInterfaceProtocol; /* Protocol, 0xFF = vendor */ member 689 … bInterfaceClass, bInterfaceSubClass, bInterfaceProtocol, iInterface) \ argument 697 …bInterfaceProtocol, /* bInterfaceProtocol */ …
|
| /components/drivers/usb/cherryusb/class/cdc/ |
| A D | usbh_cdc_acm.c | 273 .bInterfaceProtocol = 0x00, 282 .bInterfaceProtocol = 0x00,
|
| A D | usbh_cdc_ecm.c | 329 .bInterfaceProtocol = CDC_COMMON_PROTOCOL_NONE,
|
| A D | usbh_cdc_ncm.c | 409 .bInterfaceProtocol = CDC_COMMON_PROTOCOL_NONE,
|
| /components/drivers/usb/cherryusb/class/vendor/xbox/ |
| A D | usbh_xbox.c | 226 .bInterfaceProtocol = 0x01,
|
| /components/drivers/usb/cherryusb/class/wireless/ |
| A D | usbh_bluetooth.c | 399 .bInterfaceProtocol = 0x00, 408 .bInterfaceProtocol = 0x01,
|
| A D | usbh_rndis.c | 601 .bInterfaceProtocol = 0x03,
|
| /components/drivers/usb/cherryusb/core/ |
| A D | usbh_core.c | 106 …if ((index->match_flags & USB_CLASS_MATCH_INTF_PROTOCOL) && !(index->bInterfaceProtocol == protoco… in usbh_find_class_driver() 255 USB_LOG_DBG("bInterfaceProtocol: 0x%02x \r\n", intf_desc->bInterfaceProtocol); in parse_config_descriptor() 316 …InterfaceProtocol: 0x%02x \r\n", hport->config.intf[i].altsetting[j].intf_desc.bInterfaceProtocol); in usbh_print_hubport_info() 606 …f_desc->bInterfaceClass, intf_desc->bInterfaceSubClass, intf_desc->bInterfaceProtocol, hport->devi… in usbh_enumerate() 612 intf_desc->bInterfaceProtocol); in usbh_enumerate()
|
| A D | usbh_core.h | 67 uint8_t bInterfaceProtocol; /* Protocol, depends on base class. Eg. */ member
|
| /components/drivers/usb/cherryusb/platform/lvgl/ |
| A D | usbh_hid_lvgl.c | 440 …if (hid_class->hport->config.intf[hid_class->intf].altsetting[0].intf_desc.bInterfaceProtocol == H… in usbh_hid_run() 444 …class->hport->config.intf[hid_class->intf].altsetting[0].intf_desc.bInterfaceProtocol == HID_PROTO… in usbh_hid_run()
|
| /components/drivers/usb/cherryusb/class/video/ |
| A D | usbh_video.c | 537 .bInterfaceProtocol = VIDEO_PC_PROTOCOL_UNDEFINED, 546 .bInterfaceProtocol = VIDEO_PC_PROTOCOL_UNDEFINED,
|
| /components/legacy/usb/usbhost/class/ |
| A D | hid.c | 309 pro_id = intf->intf_desc->bInterfaceProtocol; in rt_usbh_hid_enable()
|
| A D | mass.c | 543 intf->intf_desc->bInterfaceProtocol); in rt_usbh_storage_enable()
|
| /components/drivers/include/drivers/ |
| A D | usb_common.h | 317 rt_uint8_t bInterfaceProtocol; member
|
| /components/drivers/usb/cherryusb/class/vendor/serial/ |
| A D | usbh_ch34x.c | 376 .bInterfaceProtocol = 0x00,
|
| A D | usbh_cp210x.c | 325 .bInterfaceProtocol = 0x00,
|
| A D | usbh_pl2303.c | 446 .bInterfaceProtocol = 0x00,
|
| A D | usbh_ftdi.c | 507 .bInterfaceProtocol = 0x00,
|
| /components/drivers/usb/cherryusb/class/aoa/ |
| A D | usbh_aoa.c | 286 .bInterfaceProtocol = 0x00,
|
| /components/drivers/usb/cherryusb/class/hid/ |
| A D | usbh_hid.c | 333 .bInterfaceProtocol = 0x00,
|
| /components/drivers/usb/cherryusb/class/audio/ |
| A D | usbh_audio.c | 648 .bInterfaceProtocol = 0x00, 657 .bInterfaceProtocol = 0x00,
|
| /components/drivers/usb/cherryusb/class/msc/ |
| A D | usbh_msc.c | 465 .bInterfaceProtocol = MSC_PROTOCOL_BULK_ONLY,
|
| /components/drivers/usb/cherryusb/class/vendor/wifi/ |
| A D | usbh_bl616.c | 510 .bInterfaceProtocol = 0x00,
|
| /components/drivers/usb/cherryusb/class/vendor/net/ |
| A D | usbh_asix.c | 824 .bInterfaceProtocol = 0x00,
|