Home
last modified time | relevance | path

Searched refs:DESC_bDescriptorType (Results 1 – 7 of 7) sorted by relevance

/components/drivers/usb/cherryusb/class/cdc/
A Dusbh_cdc_ecm.c17 #define DESC_bDescriptorType 1 /** Descriptor type offset */ macro
96 switch (p[DESC_bDescriptorType]) { in usbh_cdc_ecm_connect()
A Dusbh_cdc_ncm.c17 #define DESC_bDescriptorType 1 /** Descriptor type offset */ macro
123 switch (p[DESC_bDescriptorType]) { in usbh_cdc_ncm_connect()
/components/drivers/usb/cherryusb/class/hid/
A Dusbh_hid.c17 #define DESC_bDescriptorType 1 /** Descriptor type offset */ macro
218 switch (p[DESC_bDescriptorType]) { in usbh_hid_connect()
/components/drivers/usb/cherryusb/core/
A Dusbd_core.c21 #define DESC_bDescriptorType 1 /** Descriptor type offset */ macro
379 if (p[DESC_bDescriptorType] == type) {
446 switch (p[DESC_bDescriptorType]) {
519 switch (p[DESC_bDescriptorType]) {
707 switch (p[DESC_bDescriptorType]) {
A Dusbh_core.c28 #define DESC_bDescriptorType 1 /** Descriptor type offset */ macro
223 switch (p[DESC_bDescriptorType]) { in parse_config_descriptor()
/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.c17 #define DESC_bDescriptorType 1 /** Descriptor type offset */ macro
393 switch (p[DESC_bDescriptorType]) { in usbh_video_ctrl_connect()
/components/drivers/usb/cherryusb/class/audio/
A Dusbh_audio.c17 #define DESC_bDescriptorType 1 /** Descriptor type offset */ macro
404 switch (p[DESC_bDescriptorType]) { in usbh_audio_ctrl_connect()

Completed in 12 milliseconds