Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/function/
Df_uvc.c797 struct uvc_descriptor_header **ctl_cls; in uvc_alloc_inst() local
854 ctl_cls = opts->uvc_fs_control_cls; in uvc_alloc_inst()
855 ctl_cls[0] = NULL; /* assigned elsewhere by configfs */ in uvc_alloc_inst()
856 ctl_cls[1] = (struct uvc_descriptor_header *)cd; in uvc_alloc_inst()
857 ctl_cls[2] = (struct uvc_descriptor_header *)pd; in uvc_alloc_inst()
858 ctl_cls[3] = (struct uvc_descriptor_header *)od; in uvc_alloc_inst()
859 ctl_cls[4] = NULL; /* NULL-terminate */ in uvc_alloc_inst()
861 (const struct uvc_descriptor_header * const *)ctl_cls; in uvc_alloc_inst()
864 ctl_cls = opts->uvc_ss_control_cls; in uvc_alloc_inst()
865 ctl_cls[0] = NULL; /* assigned elsewhere by configfs */ in uvc_alloc_inst()
[all …]