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_interrupt_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),
466 memcpy(mem, desc, (desc)->bLength); \
468 mem += (desc)->bLength; \
475 memcpy(mem, *__src, (*__src)->bLength); \
477 mem += (*__src)->bLength; \
559 bytes = uvc_iad.bLength + uvc_control_intf.bLength in uvc_copy_descriptors()
560 + uvc_streaming_intf_alt0.bLength; in uvc_copy_descriptors()
564 bytes += uvc_interrupt_ep.bLength + uvc_interrupt_cs_ep.bLength; in uvc_copy_descriptors()
568 bytes += uvc_ss_interrupt_comp.bLength; in uvc_copy_descriptors()
575 control_size += (*src)->bLength; in uvc_copy_descriptors()
576 bytes += (*src)->bLength; in uvc_copy_descriptors()
581 control_size += xu->desc.bLength; in uvc_copy_descriptors()
582 bytes += xu->desc.bLength; in uvc_copy_descriptors()
588 streaming_size += (*src)->bLength; in uvc_copy_descriptors()
589 bytes += (*src)->bLength; in uvc_copy_descriptors()
593 bytes += (*src)->bLength; in uvc_copy_descriptors()
884 cd->bLength = UVC_DT_CAMERA_TERMINAL_SIZE(3); in uvc_alloc_inst()
900 pd->bLength = UVC_DT_PROCESSING_UNIT_SIZE(2); in uvc_alloc_inst()
913 od->bLength = UVC_DT_OUTPUT_TERMINAL_SIZE; in uvc_alloc_inst()