Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/function/
Du_uvc.h69 struct uvc_descriptor_header **uvc_fs_streaming_cls; member
Df_uvc.c916 if (opts->uvc_fs_streaming_cls) { in uvc_alloc()
917 strm_cls = opts->uvc_fs_streaming_cls; in uvc_alloc()
Duvc_configfs.c1761 return &o->uvc_fs_streaming_cls; in __uvcg_get_stream_class_arr()
/Linux-v4.19/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()