Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/pvrusb2/
Dpvrusb2-v4l2.c686 struct v4l2_ext_controls *ctls = in pvr2_v4l2_do_ioctl() local
692 for (idx = 0; idx < ctls->count; idx++) { in pvr2_v4l2_do_ioctl()
693 ctrl = ctls->controls + idx; in pvr2_v4l2_do_ioctl()
697 ctls->error_idx = idx; in pvr2_v4l2_do_ioctl()
710 struct v4l2_ext_controls *ctls = in pvr2_v4l2_do_ioctl() local
715 for (idx = 0; idx < ctls->count; idx++) { in pvr2_v4l2_do_ioctl()
716 ctrl = ctls->controls + idx; in pvr2_v4l2_do_ioctl()
721 ctls->error_idx = idx; in pvr2_v4l2_do_ioctl()
730 struct v4l2_ext_controls *ctls = in pvr2_v4l2_do_ioctl() local
738 for (idx = 0; idx < ctls->count; idx++) { in pvr2_v4l2_do_ioctl()
[all …]
/linux-3.4.99/sound/drivers/pcsp/
Dpcsp_mixer.c132 struct snd_kcontrol_new *ctls, int num) in snd_pcsp_ctls_add() argument
137 err = snd_ctl_add(card, snd_ctl_new1(ctls + i, chip)); in snd_pcsp_ctls_add()
/linux-3.4.99/sound/pci/hda/
Dpatch_hdmi.c1623 if (codec->spdif_status_reset && (spdif->ctls & AC_DIG1_ENABLE)) in nvhdmi_8ch_7x_pcm_prepare()
1628 spdif->ctls & ~AC_DIG1_ENABLE & 0xff); in nvhdmi_8ch_7x_pcm_prepare()
1640 if (codec->spdif_status_reset && (spdif->ctls & AC_DIG1_ENABLE)) { in nvhdmi_8ch_7x_pcm_prepare()
1645 spdif->ctls & 0xff); in nvhdmi_8ch_7x_pcm_prepare()
1662 (spdif->ctls & AC_DIG1_ENABLE)) in nvhdmi_8ch_7x_pcm_prepare()
1667 spdif->ctls & ~AC_DIG1_ENABLE & 0xff); in nvhdmi_8ch_7x_pcm_prepare()
1683 (spdif->ctls & AC_DIG1_ENABLE)) { in nvhdmi_8ch_7x_pcm_prepare()
1688 spdif->ctls & 0xff); in nvhdmi_8ch_7x_pcm_prepare()
Dhda_codec.c2969 val |= spdif->ctls & 1; in snd_hda_spdif_default_put()
2970 change = spdif->ctls != val; in snd_hda_spdif_default_put()
2971 spdif->ctls = val; in snd_hda_spdif_default_put()
2987 ucontrol->value.integer.value[0] = spdif->ctls & AC_DIG1_ENABLE; in snd_hda_spdif_out_switch_get()
3013 val = spdif->ctls & ~AC_DIG1_ENABLE; in snd_hda_spdif_out_switch_put()
3016 change = spdif->ctls != val; in snd_hda_spdif_out_switch_put()
3017 spdif->ctls = val; in snd_hda_spdif_out_switch_put()
3093 spdif->ctls = snd_hda_codec_read(codec, cvt_nid, 0, in snd_hda_create_spdif_out_ctls()
3095 spdif->status = convert_to_spdif_status(spdif->ctls); in snd_hda_create_spdif_out_ctls()
3132 val = spdif->ctls; in snd_hda_spdif_ctls_assign()
[all …]
Dhda_codec.h971 unsigned short ctls; /* SPDIF control bits */ member
Dhda_intel.c1836 unsigned short ctls = spdif ? spdif->ctls : 0; in azx_pcm_prepare() local
1843 ctls); in azx_pcm_prepare()
/linux-3.4.99/sound/pci/ca0106/
Dca0106_mixer.c767 #define ADD_CTLS(emu, ctls) \ argument
770 for (i = 0; i < ARRAY_SIZE(ctls); i++) { \
771 _err = snd_ctl_add(card, snd_ctl_new1(&ctls[i], emu)); \