Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/function/
Df_uvc.c1010 struct uvc_descriptor_header **strm_cls; in uvc_alloc() local
1024 strm_cls = opts->uvc_fs_streaming_cls; in uvc_alloc()
1026 (const struct uvc_descriptor_header * const *)strm_cls; in uvc_alloc()
1029 strm_cls = opts->uvc_hs_streaming_cls; in uvc_alloc()
1031 (const struct uvc_descriptor_header * const *)strm_cls; in uvc_alloc()
1034 strm_cls = opts->uvc_ss_streaming_cls; in uvc_alloc()
1036 (const struct uvc_descriptor_header * const *)strm_cls; in uvc_alloc()