Home
last modified time | relevance | path

Searched refs:bInterfaceProtocol (Results 1 – 25 of 27) sorted by relevance

12

/components/drivers/usb/cherryusb/class/template/
A Dusbh_xxx.c94 .bInterfaceProtocol = 0,
/components/drivers/usb/cherryusb/common/
A Dusb_def.h390 uint8_t bInterfaceProtocol; /* Protocol, 0xFF = vendor */ member
689 … bInterfaceClass, bInterfaceSubClass, bInterfaceProtocol, iInterface) \ argument
697bInterfaceProtocol, /* bInterfaceProtocol */ …
/components/drivers/usb/cherryusb/class/cdc/
A Dusbh_cdc_acm.c273 .bInterfaceProtocol = 0x00,
282 .bInterfaceProtocol = 0x00,
A Dusbh_cdc_ecm.c329 .bInterfaceProtocol = CDC_COMMON_PROTOCOL_NONE,
A Dusbh_cdc_ncm.c409 .bInterfaceProtocol = CDC_COMMON_PROTOCOL_NONE,
/components/drivers/usb/cherryusb/class/vendor/xbox/
A Dusbh_xbox.c226 .bInterfaceProtocol = 0x01,
/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.c399 .bInterfaceProtocol = 0x00,
408 .bInterfaceProtocol = 0x01,
A Dusbh_rndis.c601 .bInterfaceProtocol = 0x03,
/components/drivers/usb/cherryusb/core/
A Dusbh_core.c106 …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 Dusbh_core.h67 uint8_t bInterfaceProtocol; /* Protocol, depends on base class. Eg. */ member
/components/drivers/usb/cherryusb/platform/lvgl/
A Dusbh_hid_lvgl.c440 …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 Dusbh_video.c537 .bInterfaceProtocol = VIDEO_PC_PROTOCOL_UNDEFINED,
546 .bInterfaceProtocol = VIDEO_PC_PROTOCOL_UNDEFINED,
/components/legacy/usb/usbhost/class/
A Dhid.c309 pro_id = intf->intf_desc->bInterfaceProtocol; in rt_usbh_hid_enable()
A Dmass.c543 intf->intf_desc->bInterfaceProtocol); in rt_usbh_storage_enable()
/components/drivers/include/drivers/
A Dusb_common.h317 rt_uint8_t bInterfaceProtocol; member
/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_ch34x.c376 .bInterfaceProtocol = 0x00,
A Dusbh_cp210x.c325 .bInterfaceProtocol = 0x00,
A Dusbh_pl2303.c446 .bInterfaceProtocol = 0x00,
A Dusbh_ftdi.c507 .bInterfaceProtocol = 0x00,
/components/drivers/usb/cherryusb/class/aoa/
A Dusbh_aoa.c286 .bInterfaceProtocol = 0x00,
/components/drivers/usb/cherryusb/class/hid/
A Dusbh_hid.c333 .bInterfaceProtocol = 0x00,
/components/drivers/usb/cherryusb/class/audio/
A Dusbh_audio.c648 .bInterfaceProtocol = 0x00,
657 .bInterfaceProtocol = 0x00,
/components/drivers/usb/cherryusb/class/msc/
A Dusbh_msc.c465 .bInterfaceProtocol = MSC_PROTOCOL_BULK_ONLY,
/components/drivers/usb/cherryusb/class/vendor/wifi/
A Dusbh_bl616.c510 .bInterfaceProtocol = 0x00,
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_asix.c824 .bInterfaceProtocol = 0x00,

Completed in 36 milliseconds

12