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),
465 memcpy(mem, desc, (desc)->bLength); \
467 mem += (desc)->bLength; \
474 memcpy(mem, *__src, (*__src)->bLength); \
476 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()
569 bytes += uvc_ss_interrupt_comp.bLength; in uvc_copy_descriptors()
576 control_size += (*src)->bLength; in uvc_copy_descriptors()
577 bytes += (*src)->bLength; in uvc_copy_descriptors()
582 control_size += xu->desc.bLength; in uvc_copy_descriptors()
583 bytes += xu->desc.bLength; in uvc_copy_descriptors()
589 streaming_size += (*src)->bLength; in uvc_copy_descriptors()
590 bytes += (*src)->bLength; in uvc_copy_descriptors()
594 bytes += (*src)->bLength; in uvc_copy_descriptors()
893 cd->bLength = UVC_DT_CAMERA_TERMINAL_SIZE(3); in uvc_alloc_inst()
909 pd->bLength = UVC_DT_PROCESSING_UNIT_SIZE(2); in uvc_alloc_inst()
922 od->bLength = UVC_DT_OUTPUT_TERMINAL_SIZE; in uvc_alloc_inst()