Lines Matching refs:bLength
68 .bLength = sizeof(uvc_iad),
79 .bLength = USB_DT_INTERFACE_SIZE,
91 .bLength = USB_DT_ENDPOINT_SIZE,
100 .bLength = sizeof(uvc_ss_control_comp),
109 .bLength = UVC_DT_CONTROL_ENDPOINT_SIZE,
116 .bLength = USB_DT_INTERFACE_SIZE,
128 .bLength = USB_DT_INTERFACE_SIZE,
140 .bLength = USB_DT_ENDPOINT_SIZE,
151 .bLength = USB_DT_ENDPOINT_SIZE,
162 .bLength = USB_DT_ENDPOINT_SIZE,
174 .bLength = sizeof(uvc_ss_streaming_comp),
459 memcpy(mem, desc, (desc)->bLength); \
461 mem += (desc)->bLength; \
468 memcpy(mem, *__src, (*__src)->bLength); \
470 mem += (*__src)->bLength; \
528 bytes = uvc_iad.bLength + uvc_control_intf.bLength in uvc_copy_descriptors()
529 + uvc_control_ep.bLength + uvc_control_cs_ep.bLength in uvc_copy_descriptors()
530 + uvc_streaming_intf_alt0.bLength; in uvc_copy_descriptors()
533 bytes += uvc_ss_control_comp.bLength; in uvc_copy_descriptors()
541 control_size += (*src)->bLength; in uvc_copy_descriptors()
542 bytes += (*src)->bLength; in uvc_copy_descriptors()
547 streaming_size += (*src)->bLength; in uvc_copy_descriptors()
548 bytes += (*src)->bLength; in uvc_copy_descriptors()
552 bytes += (*src)->bLength; in uvc_copy_descriptors()