Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/gadget/function/
Du_uvc.h72 struct uvc_descriptor_header **uvc_fs_streaming_cls; member
Df_uvc.c912 if (opts->uvc_fs_streaming_cls) { in uvc_alloc()
913 strm_cls = opts->uvc_fs_streaming_cls; in uvc_alloc()
Duvc_configfs.c1946 return &o->uvc_fs_streaming_cls; in __uvcg_get_stream_class_arr()
/Linux-v5.10/drivers/usb/gadget/legacy/
Dwebcam.c290 static const struct uvc_descriptor_header * const uvc_fs_streaming_cls[] = { variable
382 uvc_opts->fs_streaming = uvc_fs_streaming_cls; in webcam_bind()