Searched refs:DESC_bLength (Results 1 – 7 of 7) sorted by relevance
20 #define DESC_bLength 0 /** Length offset */ macro378 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 …]
27 #define DESC_bLength 0 /** Length offset */ macro222 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()
16 #define DESC_bLength 0 /** Length offset */ macro95 while (p[DESC_bLength]) { in usbh_cdc_ecm_connect()114 p += p[DESC_bLength]; in usbh_cdc_ecm_connect()
16 #define DESC_bLength 0 /** Length offset */ macro122 while (p[DESC_bLength]) { in usbh_cdc_ncm_connect()141 p += p[DESC_bLength]; in usbh_cdc_ncm_connect()
16 #define DESC_bLength 0 /** Length offset */ macro217 while (p[DESC_bLength]) { in usbh_hid_connect()244 p += p[DESC_bLength]; in usbh_hid_connect()
16 #define DESC_bLength 0 /** Length offset */ macro392 while (p[DESC_bLength]) { in usbh_video_ctrl_connect()459 p += p[DESC_bLength]; in usbh_video_ctrl_connect()
16 #define DESC_bLength 0 /** Length offset */ macro403 while (p[DESC_bLength]) { in usbh_audio_ctrl_connect()475 p += p[DESC_bLength]; in usbh_audio_ctrl_connect()
Completed in 15 milliseconds