Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/core/
A Dusbd_core.c20 #define DESC_bLength 0 /** Length offset */ macro
378 while (p[DESC_bLength] != 0U) {
389 p += p[DESC_bLength];
404 *len = p[DESC_bLength];
445 while (p[DESC_bLength] != 0U) {
481 current_desc_len += p[DESC_bLength];
482 p += p[DESC_bLength];
518 while (p[DESC_bLength] != 0U) {
558 current_desc_len += p[DESC_bLength];
559 p += p[DESC_bLength];
[all …]
A Dusbh_core.c27 #define DESC_bLength 0 /** Length offset */ macro
222 while (p[DESC_bLength] && (desc_len <= length)) { in parse_config_descriptor()
271 p += p[DESC_bLength]; in parse_config_descriptor()
272 desc_len += p[DESC_bLength]; in parse_config_descriptor()
/components/drivers/usb/cherryusb/class/cdc/
A Dusbh_cdc_ecm.c16 #define DESC_bLength 0 /** Length offset */ macro
95 while (p[DESC_bLength]) { in usbh_cdc_ecm_connect()
114 p += p[DESC_bLength]; in usbh_cdc_ecm_connect()
A Dusbh_cdc_ncm.c16 #define DESC_bLength 0 /** Length offset */ macro
122 while (p[DESC_bLength]) { in usbh_cdc_ncm_connect()
141 p += p[DESC_bLength]; in usbh_cdc_ncm_connect()
/components/drivers/usb/cherryusb/class/hid/
A Dusbh_hid.c16 #define DESC_bLength 0 /** Length offset */ macro
217 while (p[DESC_bLength]) { in usbh_hid_connect()
244 p += p[DESC_bLength]; in usbh_hid_connect()
/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.c16 #define DESC_bLength 0 /** Length offset */ macro
392 while (p[DESC_bLength]) { in usbh_video_ctrl_connect()
459 p += p[DESC_bLength]; in usbh_video_ctrl_connect()
/components/drivers/usb/cherryusb/class/audio/
A Dusbh_audio.c16 #define DESC_bLength 0 /** Length offset */ macro
403 while (p[DESC_bLength]) { in usbh_audio_ctrl_connect()
475 p += p[DESC_bLength]; in usbh_audio_ctrl_connect()

Completed in 15 milliseconds