Home
last modified time | relevance | path

Searched refs:bInterfaceSubClass (Results 1 – 25 of 28) sorted by relevance

12

/components/drivers/usb/cherryusb/class/hid/
A Dusb_hid.h583 #define HID_MOUSE_DESCRIPTOR_INIT(bInterfaceNumber, bInterfaceSubClass, wItemLength, int_ep, wMaxPa… argument
590bInterfaceSubClass, /* bInterfaceSubClass : 1=BOOT, 0=no boot */ …
610 #define HID_KEYBOARD_DESCRIPTOR_INIT(bInterfaceNumber, bInterfaceSubClass, wItemLength, int_ep, wMa… argument
617bInterfaceSubClass, /* bInterfaceSubClass : 1=BOOT, 0=no boot */ …
637 #define HID_CUSTOM_INOUT_DESCRIPTOR_INIT(bInterfaceNumber, bInterfaceSubClass, wItemLength, in_ep, … argument
644bInterfaceSubClass, /* bInterfaceSubClass : 1=BOOT, 0=no boot */ …
A Dusbh_hid.c332 .bInterfaceSubClass = 0x00,
/components/drivers/usb/cherryusb/class/template/
A Dusbh_xxx.c93 .bInterfaceSubClass = 0,
/components/drivers/usb/cherryusb/common/
A Dusb_def.h389 uint8_t bInterfaceSubClass; /* Sub-Class code, 0 if class = 0 */ member
689 … bInterfaceClass, bInterfaceSubClass, bInterfaceProtocol, iInterface) \ argument
696bInterfaceSubClass, /* bInterfaceSubClass */ …
/components/drivers/usb/cherryusb/class/cdc/
A Dusbh_cdc_acm.c272 .bInterfaceSubClass = CDC_ABSTRACT_CONTROL_MODEL,
281 .bInterfaceSubClass = 0x00,
A Dusbh_cdc_ecm.c328 .bInterfaceSubClass = CDC_ETHERNET_NETWORKING_CONTROL_MODEL,
A Dusbh_cdc_ncm.c408 .bInterfaceSubClass = CDC_NETWORK_CONTROL_MODEL,
/components/drivers/usb/cherryusb/class/vendor/xbox/
A Dusbh_xbox.c225 .bInterfaceSubClass = 0x5d,
/components/drivers/usb/cherryusb/class/wireless/
A Dusbh_bluetooth.c398 .bInterfaceSubClass = 0x00,
407 .bInterfaceSubClass = 0x01,
A Dusbh_rndis.c600 .bInterfaceSubClass = 0x01,
/components/drivers/usb/cherryusb/core/
A Dusbh_core.c103 …if ((index->match_flags & USB_CLASS_MATCH_INTF_SUBCLASS) && !(index->bInterfaceSubClass == subclas… in usbh_find_class_driver()
254 USB_LOG_DBG("bInterfaceSubClass: 0x%02x \r\n", intf_desc->bInterfaceSubClass); in parse_config_descriptor()
315 …InterfaceSubClass: 0x%02x \r\n", hport->config.intf[i].altsetting[j].intf_desc.bInterfaceSubClass); in usbh_print_hubport_info()
606 …er *)usbh_find_class_driver(intf_desc->bInterfaceClass, intf_desc->bInterfaceSubClass, intf_desc->… in usbh_enumerate()
611 intf_desc->bInterfaceSubClass, in usbh_enumerate()
A Dusbh_core.h66 uint8_t bInterfaceSubClass; /* Sub-class, depends on base class. Eg. */ member
/components/legacy/usb/usbhost/core/
A Dusbhost_core.c202 intf_desc->bInterfaceSubClass); in rt_usbh_attatch_instance()
224 intf_desc->bInterfaceSubClass); in rt_usbh_attatch_instance()
/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.c536 .bInterfaceSubClass = VIDEO_SC_VIDEOCONTROL,
545 .bInterfaceSubClass = VIDEO_SC_VIDEOSTREAMING,
/components/legacy/usb/usbhost/class/
A Dadk.c245 if(intf->intf_desc->bInterfaceSubClass != 0xFF) return -RT_ERROR; in rt_usbh_adk_enable()
A Dmass.c542 intf->intf_desc->bInterfaceSubClass, in rt_usbh_storage_enable()
/components/drivers/include/drivers/
A Dusb_common.h316 rt_uint8_t bInterfaceSubClass; member
/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_ch34x.c375 .bInterfaceSubClass = 0x00,
A Dusbh_cp210x.c324 .bInterfaceSubClass = 0x00,
A Dusbh_pl2303.c445 .bInterfaceSubClass = 0x00,
A Dusbh_ftdi.c506 .bInterfaceSubClass = 0x00,
/components/drivers/usb/cherryusb/class/aoa/
A Dusbh_aoa.c285 .bInterfaceSubClass = 0xff,
/components/drivers/usb/cherryusb/class/audio/
A Dusbh_audio.c647 .bInterfaceSubClass = AUDIO_SUBCLASS_AUDIOCONTROL,
656 .bInterfaceSubClass = AUDIO_SUBCLASS_AUDIOSTREAMING,
/components/drivers/usb/cherryusb/class/msc/
A Dusbh_msc.c464 .bInterfaceSubClass = MSC_SUBCLASS_SCSI,
/components/drivers/usb/cherryusb/class/vendor/wifi/
A Dusbh_bl616.c509 .bInterfaceSubClass = 0x00,

Completed in 677 milliseconds

12