Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/function/
Du_uvc.h81 struct uvc_descriptor_header **uvc_fs_streaming_cls; member
Df_uvc.c1023 if (opts->uvc_fs_streaming_cls) { in uvc_alloc()
1024 strm_cls = opts->uvc_fs_streaming_cls; in uvc_alloc()
Duvc_configfs.c2844 return &o->uvc_fs_streaming_cls; in __uvcg_get_stream_class_arr()
/Linux-v6.6/drivers/usb/gadget/legacy/
Dwebcam.c291 static const struct uvc_descriptor_header * const uvc_fs_streaming_cls[] = { variable
386 uvc_opts->fs_streaming = uvc_fs_streaming_cls; in webcam_bind()