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_INTERFACE_SIZE,
152 .bLength = USB_DT_ENDPOINT_SIZE,
163 .bLength = USB_DT_ENDPOINT_SIZE,
173 .bLength = USB_DT_ENDPOINT_SIZE,
184 .bLength = USB_DT_ENDPOINT_SIZE,
194 .bLength = USB_DT_ENDPOINT_SIZE,
206 .bLength = USB_DT_ENDPOINT_SIZE,
217 .bLength = sizeof(uvc_ss_streaming_comp),
225 .bLength = sizeof(uvc_ss_bulk_streaming_comp),
615 memcpy(mem, desc, (desc)->bLength); \
617 mem += (desc)->bLength; \
624 memcpy(mem, *__src, (*__src)->bLength); \
626 mem += (*__src)->bLength; \
705 bytes = uvc_iad.bLength + uvc_control_intf.bLength in uvc_copy_descriptors()
706 + uvc_control_ep.bLength + uvc_control_cs_ep.bLength in uvc_copy_descriptors()
707 + streaming_intf_alt0->bLength; in uvc_copy_descriptors()
710 bytes += uvc_ss_control_comp.bLength; in uvc_copy_descriptors()
718 control_size += (*src)->bLength; in uvc_copy_descriptors()
719 bytes += (*src)->bLength; in uvc_copy_descriptors()
724 streaming_size += (*src)->bLength; in uvc_copy_descriptors()
725 bytes += (*src)->bLength; in uvc_copy_descriptors()
729 bytes += (*src)->bLength; in uvc_copy_descriptors()
1077 cd->bLength = UVC_DT_CAMERA_TERMINAL_SIZE(3); in uvc_alloc_inst()
1093 pd->bLength = UVC_DT_PROCESSING_UNIT_SIZE(2); in uvc_alloc_inst()
1106 od->bLength = UVC_DT_OUTPUT_TERMINAL_SIZE; in uvc_alloc_inst()
1116 ed->bLength = UVC_DT_EXTENSION_UNIT_SIZE(1, 1); in uvc_alloc_inst()
1144 md->bLength = UVC_DT_COLOR_MATCHING_SIZE; in uvc_alloc_inst()