Lines Matching refs:bLength
69 .bLength = sizeof(uvc_iad),
80 .bLength = USB_DT_INTERFACE_SIZE,
92 .bLength = USB_DT_ENDPOINT_SIZE,
101 .bLength = sizeof(uvc_ss_control_comp),
110 .bLength = UVC_DT_CONTROL_ENDPOINT_SIZE,
117 .bLength = USB_DT_INTERFACE_SIZE,
129 .bLength = USB_DT_INTERFACE_SIZE,
141 .bLength = USB_DT_ENDPOINT_SIZE,
152 .bLength = USB_DT_ENDPOINT_SIZE,
163 .bLength = USB_DT_ENDPOINT_SIZE,
175 .bLength = sizeof(uvc_ss_streaming_comp),
455 memcpy(mem, desc, (desc)->bLength); \
457 mem += (desc)->bLength; \
464 memcpy(mem, *__src, (*__src)->bLength); \
466 mem += (*__src)->bLength; \
527 bytes = uvc_iad.bLength + uvc_control_intf.bLength in uvc_copy_descriptors()
528 + uvc_control_ep.bLength + uvc_control_cs_ep.bLength in uvc_copy_descriptors()
529 + uvc_streaming_intf_alt0.bLength; in uvc_copy_descriptors()
532 bytes += uvc_ss_control_comp.bLength; in uvc_copy_descriptors()
540 control_size += (*src)->bLength; in uvc_copy_descriptors()
541 bytes += (*src)->bLength; in uvc_copy_descriptors()
546 streaming_size += (*src)->bLength; in uvc_copy_descriptors()
547 bytes += (*src)->bLength; in uvc_copy_descriptors()
551 bytes += (*src)->bLength; in uvc_copy_descriptors()
805 cd->bLength = UVC_DT_CAMERA_TERMINAL_SIZE(3); in uvc_alloc_inst()
821 pd->bLength = UVC_DT_PROCESSING_UNIT_SIZE(2); in uvc_alloc_inst()
833 od->bLength = UVC_DT_OUTPUT_TERMINAL_SIZE; in uvc_alloc_inst()
843 md->bLength = UVC_DT_COLOR_MATCHING_SIZE; in uvc_alloc_inst()