Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_uvc.c1242 struct uvc_descriptor_header **strm_cls; in uvc_alloc() local
1255 strm_cls = opts->uvc_fs_streaming_cls; in uvc_alloc()
1257 (const struct uvc_descriptor_header * const *)strm_cls; in uvc_alloc()
1260 strm_cls = opts->uvc_hs_streaming_cls; in uvc_alloc()
1262 (const struct uvc_descriptor_header * const *)strm_cls; in uvc_alloc()
1265 strm_cls = opts->uvc_ss_streaming_cls; in uvc_alloc()
1267 (const struct uvc_descriptor_header * const *)strm_cls; in uvc_alloc()