Lines Matching refs:bLength
64 .bLength = sizeof(uvc_iad),
75 .bLength = USB_DT_INTERFACE_SIZE,
87 .bLength = USB_DT_ENDPOINT_SIZE,
96 .bLength = sizeof(uvc_ss_control_comp),
105 .bLength = UVC_DT_CONTROL_ENDPOINT_SIZE,
112 .bLength = USB_DT_INTERFACE_SIZE,
124 .bLength = USB_DT_INTERFACE_SIZE,
136 .bLength = USB_DT_ENDPOINT_SIZE,
148 .bLength = USB_DT_ENDPOINT_SIZE,
160 .bLength = USB_DT_ENDPOINT_SIZE,
173 .bLength = sizeof(uvc_ss_streaming_comp),
461 memcpy(mem, desc, (desc)->bLength); \
463 mem += (desc)->bLength; \
470 memcpy(mem, *__src, (*__src)->bLength); \
472 mem += (*__src)->bLength; \
535 bytes = uvc_iad.bLength + uvc_control_intf.bLength in uvc_copy_descriptors()
536 + uvc_control_ep.bLength + uvc_control_cs_ep.bLength in uvc_copy_descriptors()
537 + uvc_streaming_intf_alt0.bLength; in uvc_copy_descriptors()
541 bytes += uvc_ss_control_comp.bLength; in uvc_copy_descriptors()
549 control_size += (*src)->bLength; in uvc_copy_descriptors()
550 bytes += (*src)->bLength; in uvc_copy_descriptors()
555 streaming_size += (*src)->bLength; in uvc_copy_descriptors()
556 bytes += (*src)->bLength; in uvc_copy_descriptors()
560 bytes += (*src)->bLength; in uvc_copy_descriptors()
816 cd->bLength = UVC_DT_CAMERA_TERMINAL_SIZE(3); in uvc_alloc_inst()
832 pd->bLength = UVC_DT_PROCESSING_UNIT_SIZE(2); in uvc_alloc_inst()
845 od->bLength = UVC_DT_OUTPUT_TERMINAL_SIZE; in uvc_alloc_inst()
855 md->bLength = UVC_DT_COLOR_MATCHING_SIZE; in uvc_alloc_inst()