Searched refs:kcontrols (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsoc-dapm.h43 { .id = snd_soc_dapm_vmid, .name = wname, .kcontrols = NULL, \
48 { .id = snd_soc_dapm_input, .name = wname, .kcontrols = NULL, \
51 { .id = snd_soc_dapm_output, .name = wname, .kcontrols = NULL, \
54 { .id = snd_soc_dapm_mic, .name = wname, .kcontrols = NULL, \
58 { .id = snd_soc_dapm_hp, .name = wname, .kcontrols = NULL, \
62 { .id = snd_soc_dapm_spk, .name = wname, .kcontrols = NULL, \
66 { .id = snd_soc_dapm_line, .name = wname, .kcontrols = NULL, \
74 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = wncontrols}
78 .invert = winvert, .kcontrols = wcontrols, .num_kcontrols = wncontrols}
82 .shift = wshift, .invert = winvert, .kcontrols
444 const struct snd_kcontrol_new *kcontrols; member in struct:snd_soc_dapm_widget
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-compat-ioctl32.c639 struct v4l2_ext_control __user *kcontrols; local
659 kcontrols = compat_alloc_user_space(n * sizeof(struct v4l2_ext_control));
660 kp->controls = kcontrols;
662 if (copy_in_user(kcontrols, ucontrols, sizeof(*kcontrols)))
664 if (ctrl_is_pointer(kcontrols->id)) {
670 if (put_user(s, &kcontrols->string))
674 kcontrols++;
682 struct v4l2_ext_control __user *kcontrols = kp->controls; local
707 if (ctrl_is_pointer(kcontrols
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/
H A Dsoc-dapm.c169 w->kcontrols[i].private_value;
186 struct soc_enum *e = (struct soc_enum *)w->kcontrols[i].private_value;
203 w->kcontrols[i].private_value;
277 if (!strcmp(control_name, dest->kcontrols[i].name)) {
281 path->name = dest->kcontrols[i].name;
340 if (path->name != (char*)w->kcontrols[i].name)
349 name_len = strlen(w->kcontrols[i].name) + 1;
361 w->name, w->kcontrols[i].name);
365 w->kcontrols[i].name);
371 path->kcontrol = snd_soc_cnew(&w->kcontrols[
[all...]

Completed in 175 milliseconds