Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_uvc.c874 struct uvc_descriptor_header **ctl_cls; in uvc_alloc_inst() local
930 ctl_cls = opts->uvc_fs_control_cls; in uvc_alloc_inst()
932 ctl_cls[1] = (struct uvc_descriptor_header *)cd; in uvc_alloc_inst()
933 ctl_cls[2] = (struct uvc_descriptor_header *)pd; in uvc_alloc_inst()
934 ctl_cls[3] = (struct uvc_descriptor_header *)od; in uvc_alloc_inst()
935 ctl_cls[4] = NULL; /* NULL-terminate */ in uvc_alloc_inst()
940 ctl_cls = opts->uvc_ss_control_cls; in uvc_alloc_inst()
942 ctl_cls[1] = (struct uvc_descriptor_header *)cd; in uvc_alloc_inst()
943 ctl_cls[2] = (struct uvc_descriptor_header *)pd; in uvc_alloc_inst()
944 ctl_cls[3] = (struct uvc_descriptor_header *)od; in uvc_alloc_inst()
[all …]