Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/function/
Du_uvc.h73 struct uvc_descriptor_header **uvc_fs_streaming_cls; member
Df_uvc.c961 if (opts->uvc_fs_streaming_cls) { in uvc_alloc()
962 strm_cls = opts->uvc_fs_streaming_cls; in uvc_alloc()
Duvc_configfs.c1869 return &o->uvc_fs_streaming_cls; in __uvcg_get_stream_class_arr()
/Linux-v6.1/drivers/usb/gadget/legacy/
Dwebcam.c291 static const struct uvc_descriptor_header * const uvc_fs_streaming_cls[] = { variable
383 uvc_opts->fs_streaming = uvc_fs_streaming_cls; in webcam_bind()