Lines Matching refs:bLength
67 .bLength = sizeof(uvc_iad),
78 .bLength = USB_DT_INTERFACE_SIZE,
90 .bLength = USB_DT_ENDPOINT_SIZE,
99 .bLength = sizeof(uvc_ss_control_comp),
108 .bLength = UVC_DT_CONTROL_ENDPOINT_SIZE,
115 .bLength = USB_DT_INTERFACE_SIZE,
127 .bLength = USB_DT_INTERFACE_SIZE,
139 .bLength = USB_DT_ENDPOINT_SIZE,
151 .bLength = USB_DT_ENDPOINT_SIZE,
163 .bLength = USB_DT_ENDPOINT_SIZE,
176 .bLength = sizeof(uvc_ss_streaming_comp),
452 memcpy(mem, desc, (desc)->bLength); \
454 mem += (desc)->bLength; \
461 memcpy(mem, *__src, (*__src)->bLength); \
463 mem += (*__src)->bLength; \
525 bytes = uvc_iad.bLength + uvc_control_intf.bLength in uvc_copy_descriptors()
526 + uvc_control_ep.bLength + uvc_control_cs_ep.bLength in uvc_copy_descriptors()
527 + uvc_streaming_intf_alt0.bLength; in uvc_copy_descriptors()
530 bytes += uvc_ss_control_comp.bLength; in uvc_copy_descriptors()
538 control_size += (*src)->bLength; in uvc_copy_descriptors()
539 bytes += (*src)->bLength; in uvc_copy_descriptors()
544 streaming_size += (*src)->bLength; in uvc_copy_descriptors()
545 bytes += (*src)->bLength; in uvc_copy_descriptors()
549 bytes += (*src)->bLength; in uvc_copy_descriptors()
807 cd->bLength = UVC_DT_CAMERA_TERMINAL_SIZE(3); in uvc_alloc_inst()
823 pd->bLength = UVC_DT_PROCESSING_UNIT_SIZE(2); in uvc_alloc_inst()
836 od->bLength = UVC_DT_OUTPUT_TERMINAL_SIZE; in uvc_alloc_inst()
846 md->bLength = UVC_DT_COLOR_MATCHING_SIZE; in uvc_alloc_inst()