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),
469 memcpy(mem, desc, (desc)->bLength); \
471 mem += (desc)->bLength; \
478 memcpy(mem, *__src, (*__src)->bLength); \
480 mem += (*__src)->bLength; \
563 bytes = uvc_iad.bLength + uvc_control_intf.bLength in uvc_copy_descriptors()
564 + uvc_streaming_intf_alt0.bLength; in uvc_copy_descriptors()
568 bytes += uvc_interrupt_ep.bLength + uvc_interrupt_cs_ep.bLength; in uvc_copy_descriptors()
573 bytes += uvc_ss_interrupt_comp.bLength; in uvc_copy_descriptors()
580 control_size += (*src)->bLength; in uvc_copy_descriptors()
581 bytes += (*src)->bLength; in uvc_copy_descriptors()
586 control_size += xu->desc.bLength; in uvc_copy_descriptors()
587 bytes += xu->desc.bLength; in uvc_copy_descriptors()
593 streaming_size += (*src)->bLength; in uvc_copy_descriptors()
594 bytes += (*src)->bLength; in uvc_copy_descriptors()
598 bytes += (*src)->bLength; in uvc_copy_descriptors()
897 cd->bLength = UVC_DT_CAMERA_TERMINAL_SIZE(3); in uvc_alloc_inst()
913 pd->bLength = UVC_DT_PROCESSING_UNIT_SIZE(2); in uvc_alloc_inst()
926 od->bLength = UVC_DT_OUTPUT_TERMINAL_SIZE; in uvc_alloc_inst()