Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/
Dv4l2-compat-ioctl32.c627 struct v4l2_ext_control __user *kcontrols; in get_v4l2_ext_controls32() local
648 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() local
697 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 …]
/linux-3.4.99/sound/soc/
Dsoc-dapm.c446 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()
/linux-3.4.99/Documentation/sound/alsa/soc/
Ddapm.txt76 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)
/linux-3.4.99/Documentation/sound/alsa/
Dcompress_offload.txt161 ALSA kcontrols.
171 would be enabled with ALSA kcontrols.
/linux-3.4.99/include/sound/
Dsoc-dapm.h515 struct snd_kcontrol **kcontrols; member