Searched refs:kcontrols (Results 1 – 5 of 5) sorted by relevance
627 struct v4l2_ext_control __user *kcontrols; in get_v4l2_ext_controls32() local648 kcontrols = compat_alloc_user_space(n * sizeof(struct v4l2_ext_control)); in get_v4l2_ext_controls32()649 kp->controls = kcontrols; in get_v4l2_ext_controls32()651 if (copy_in_user(kcontrols, ucontrols, sizeof(*ucontrols))) in get_v4l2_ext_controls32()653 if (ctrl_is_pointer(kcontrols->id)) { in get_v4l2_ext_controls32()659 if (put_user(s, &kcontrols->string)) in get_v4l2_ext_controls32()663 kcontrols++; in get_v4l2_ext_controls32()671 struct v4l2_ext_control __user *kcontrols = kp->controls; in put_v4l2_ext_controls32() local697 if (ctrl_is_pointer(kcontrols->id)) in put_v4l2_ext_controls32()699 if (copy_in_user(ucontrols, kcontrols, size)) in put_v4l2_ext_controls32()[all …]
446 if (w->kcontrols) in dapm_is_shared_kcontrol()447 *kcontrol = w->kcontrols[i]; in dapm_is_shared_kcontrol()488 if (w->kcontrols[i]) { in dapm_new_mixer()489 path->kcontrol = w->kcontrols[i]; in dapm_new_mixer()555 w->kcontrols[i] = path->kcontrol; in dapm_new_mixer()638 w->kcontrols[0] = kcontrol; in dapm_new_mux()1891 kfree(w->kcontrols); in dapm_free_widgets()2234 w->kcontrols = kzalloc(w->num_kcontrols * in snd_soc_dapm_new_widgets()2237 if (!w->kcontrols) in snd_soc_dapm_new_widgets()
76 parameters for stream name and kcontrols.106 Any widget kcontrols can be set using the controls and num_controls members.108 e.g. Mixer widget (the kcontrols are declared first)
161 ALSA kcontrols.171 would be enabled with ALSA kcontrols.
515 struct snd_kcontrol **kcontrols; member