Home
last modified time | relevance | path

Searched refs:uvc_streaming_cls (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/gadget/function/
A Df_uvc.c469 const struct uvc_descriptor_header * const *uvc_streaming_cls; in uvc_copy_descriptors() local
483 uvc_streaming_cls = uvc->desc.ss_streaming; in uvc_copy_descriptors()
489 uvc_streaming_cls = uvc->desc.hs_streaming; in uvc_copy_descriptors()
496 uvc_streaming_cls = uvc->desc.fs_streaming; in uvc_copy_descriptors()
501 if (!uvc_control_desc || !uvc_streaming_cls) in uvc_copy_descriptors()
537 for (src = (const struct usb_descriptor_header **)uvc_streaming_cls; in uvc_copy_descriptors()
576 (const struct usb_descriptor_header**)uvc_streaming_cls); in uvc_copy_descriptors()

Completed in 7 milliseconds