Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/mdp5/
A Dmdp5_ctl.c71 struct mdp5_ctl ctls[MAX_CTL]; member
645 if ((ctl_mgr->ctls[c].status & checkm) == match) in mdp5_ctlm_request()
653 if ((ctl_mgr->ctls[c].status & checkm) == match) in mdp5_ctlm_request()
660 ctl = &ctl_mgr->ctls[c]; in mdp5_ctlm_request()
676 struct mdp5_ctl *ctl = &ctl_mgr->ctls[c]; in mdp5_ctlm_hw_reset()
724 struct mdp5_ctl *ctl = &ctl_mgr->ctls[c]; in mdp5_ctlm_init()
751 ctl_mgr->ctls[0].status |= CTL_STAT_BOOKED; in mdp5_ctlm_init()
752 ctl_mgr->ctls[1].status |= CTL_STAT_BOOKED; in mdp5_ctlm_init()
/linux/drivers/media/usb/pvrusb2/
A Dpvrusb2-v4l2.c600 struct v4l2_ext_controls *ctls) in pvr2_g_ext_ctrls() argument
611 for (idx = 0; idx < ctls->count; idx++) { in pvr2_g_ext_ctrls()
612 ctrl = ctls->controls + idx; in pvr2_g_ext_ctrls()
623 ctls->error_idx = idx; in pvr2_g_ext_ctrls()
635 struct v4l2_ext_controls *ctls) in pvr2_s_ext_ctrls() argument
644 for (idx = 0; idx < ctls->count; idx++) { in pvr2_s_ext_ctrls()
645 ctrl = ctls->controls + idx; in pvr2_s_ext_ctrls()
650 ctls->error_idx = idx; in pvr2_s_ext_ctrls()
660 struct v4l2_ext_controls *ctls) in pvr2_try_ext_ctrls() argument
671 ctrl = ctls->controls + idx; in pvr2_try_ext_ctrls()
[all …]
/linux/sound/drivers/pcsp/
A Dpcsp_mixer.c133 const struct snd_kcontrol_new *ctls, int num) in snd_pcsp_ctls_add() argument
138 err = snd_ctl_add(card, snd_ctl_new1(ctls + i, chip)); in snd_pcsp_ctls_add()
/linux/sound/pci/hda/
A Dhda_generic.c1016 val = path->ctls[NID_PATH_VOL_CTL]; in add_vol_ctl()
1054 val = path->ctls[NID_PATH_MUTE_CTL]; in add_sw_ctl()
1284 if (path->ctls[NID_PATH_VOL_CTL] || in assign_out_path_ctls()
1285 path->ctls[NID_PATH_MUTE_CTL]) in assign_out_path_ctls()
3470 if (!path || !path->ctls[type]) in cap_put_caller()
3538 path->ctls[NID_PATH_VOL_CTL] = path->ctls[NID_PATH_MUTE_CTL] = 0; in parse_capvol_in_path()
3546 path->ctls[NID_PATH_VOL_CTL] = in parse_capvol_in_path()
3552 path->ctls[NID_PATH_VOL_CTL] = in parse_capvol_in_path()
3558 path->ctls[NID_PATH_MUTE_CTL] = in parse_capvol_in_path()
3564 path->ctls[NID_PATH_MUTE_CTL] = in parse_capvol_in_path()
[all …]
A Dhda_codec.c2289 val |= spdif->ctls & 1; in snd_hda_spdif_default_put()
2290 change = spdif->ctls != val; in snd_hda_spdif_default_put()
2291 spdif->ctls = val; in snd_hda_spdif_default_put()
2342 val = spdif->ctls & ~AC_DIG1_ENABLE; in snd_hda_spdif_out_switch_put()
2345 change = spdif->ctls != val; in snd_hda_spdif_out_switch_put()
2346 spdif->ctls = val; in snd_hda_spdif_out_switch_put()
2448 spdif->ctls = val; in snd_hda_create_dig_out_ctls()
2514 val = spdif->ctls; in snd_hda_spdif_ctls_assign()
3550 (spdif->ctls & AC_DIG1_ENABLE) && in setup_dig_out_stream()
3557 spdif->ctls & ~AC_DIG1_ENABLE & 0xff, in setup_dig_out_stream()
[all …]
A Dhda_generic.h46 unsigned int ctls[NID_PATH_NUM_CTLS]; /* NID_PATH_XXX_CTL */ member
A Dhda_controller.c158 unsigned short ctls = spdif ? spdif->ctls : 0; in azx_pcm_prepare() local
172 ctls); in azx_pcm_prepare()
A Dpatch_hdmi.c3426 if (codec->spdif_status_reset && (spdif->ctls & AC_DIG1_ENABLE)) in nvhdmi_8ch_7x_pcm_prepare()
3431 spdif->ctls & ~AC_DIG1_ENABLE & 0xff); in nvhdmi_8ch_7x_pcm_prepare()
3443 if (codec->spdif_status_reset && (spdif->ctls & AC_DIG1_ENABLE)) { in nvhdmi_8ch_7x_pcm_prepare()
3448 spdif->ctls & 0xff); in nvhdmi_8ch_7x_pcm_prepare()
3465 (spdif->ctls & AC_DIG1_ENABLE)) in nvhdmi_8ch_7x_pcm_prepare()
3470 spdif->ctls & ~AC_DIG1_ENABLE & 0xff); in nvhdmi_8ch_7x_pcm_prepare()
3486 (spdif->ctls & AC_DIG1_ENABLE)) { in nvhdmi_8ch_7x_pcm_prepare()
3491 spdif->ctls & 0xff); in nvhdmi_8ch_7x_pcm_prepare()
/linux/sound/pci/ca0106/
A Dca0106_mixer.c729 #define ADD_CTLS(emu, ctls) \ argument
732 for (i = 0; i < ARRAY_SIZE(ctls); i++) { \
733 _err = snd_ctl_add(card, snd_ctl_new1(&ctls[i], emu)); \
/linux/include/sound/
A Dhda_codec.h397 unsigned short ctls; /* SPDIF control bits */ member

Completed in 47 milliseconds