Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Df_uvc.c876 struct uvc_descriptor_header **strm_cls; in uvc_alloc() local
888 strm_cls = opts->uvc_fs_streaming_cls; in uvc_alloc()
890 (const struct uvc_descriptor_header * const *)strm_cls; in uvc_alloc()
893 strm_cls = opts->uvc_hs_streaming_cls; in uvc_alloc()
895 (const struct uvc_descriptor_header * const *)strm_cls; in uvc_alloc()
898 strm_cls = opts->uvc_ss_streaming_cls; in uvc_alloc()
900 (const struct uvc_descriptor_header * const *)strm_cls; in uvc_alloc()