Lines Matching refs:ctl_cls
887 struct uvc_descriptor_header **ctl_cls; in uvc_alloc_inst() local
943 ctl_cls = opts->uvc_fs_control_cls; in uvc_alloc_inst()
944 ctl_cls[0] = NULL; /* assigned elsewhere by configfs */ in uvc_alloc_inst()
945 ctl_cls[1] = (struct uvc_descriptor_header *)cd; in uvc_alloc_inst()
946 ctl_cls[2] = (struct uvc_descriptor_header *)pd; in uvc_alloc_inst()
947 ctl_cls[3] = (struct uvc_descriptor_header *)od; in uvc_alloc_inst()
948 ctl_cls[4] = NULL; /* NULL-terminate */ in uvc_alloc_inst()
950 (const struct uvc_descriptor_header * const *)ctl_cls; in uvc_alloc_inst()
953 ctl_cls = opts->uvc_ss_control_cls; in uvc_alloc_inst()
954 ctl_cls[0] = NULL; /* assigned elsewhere by configfs */ in uvc_alloc_inst()
955 ctl_cls[1] = (struct uvc_descriptor_header *)cd; in uvc_alloc_inst()
956 ctl_cls[2] = (struct uvc_descriptor_header *)pd; in uvc_alloc_inst()
957 ctl_cls[3] = (struct uvc_descriptor_header *)od; in uvc_alloc_inst()
958 ctl_cls[4] = NULL; /* NULL-terminate */ in uvc_alloc_inst()
960 (const struct uvc_descriptor_header * const *)ctl_cls; in uvc_alloc_inst()