Searched refs:ctls (Results 1 – 10 of 10) sorted by relevance
71 struct mdp5_ctl ctls[MAX_CTL]; member636 if ((ctl_mgr->ctls[c].status & checkm) == match) in mdp5_ctlm_request()644 if ((ctl_mgr->ctls[c].status & checkm) == match) in mdp5_ctlm_request()651 ctl = &ctl_mgr->ctls[c]; in mdp5_ctlm_request()667 struct mdp5_ctl *ctl = &ctl_mgr->ctls[c]; in mdp5_ctlm_hw_reset()715 struct mdp5_ctl *ctl = &ctl_mgr->ctls[c]; in mdp5_ctlm_init()742 ctl_mgr->ctls[0].status |= CTL_STAT_BOOKED; in mdp5_ctlm_init()743 ctl_mgr->ctls[1].status |= CTL_STAT_BOOKED; in mdp5_ctlm_init()
600 struct v4l2_ext_controls *ctls) in pvr2_g_ext_ctrls() argument611 for (idx = 0; idx < ctls->count; idx++) { in pvr2_g_ext_ctrls()612 ctrl = ctls->controls + idx; in pvr2_g_ext_ctrls()615 if (ctls->which == V4L2_CTRL_WHICH_DEF_VAL) 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() argument644 if (ctls->which == V4L2_CTRL_WHICH_DEF_VAL) in pvr2_s_ext_ctrls()648 for (idx = 0; idx < ctls->count; idx++) { in pvr2_s_ext_ctrls()649 ctrl = ctls->controls + idx; in pvr2_s_ext_ctrls()654 ctls->error_idx = idx; in pvr2_s_ext_ctrls()[all …]
133 const struct snd_kcontrol_new *ctls, int num) in snd_pcsp_ctls_add() argument138 err = snd_ctl_add(card, snd_ctl_new1(ctls + i, chip)); in snd_pcsp_ctls_add()
347 if ((path->ctls[type] & AMP_VAL_COMPARE_MASK) == val) in is_ctl_used()1014 val = path->ctls[NID_PATH_VOL_CTL]; in add_vol_ctl()1027 hda_nid_t nid = get_amp_nid_(path->ctls[type]); in get_default_ch_nums()1052 val = path->ctls[NID_PATH_MUTE_CTL]; in add_sw_ctl()1147 return path && path->ctls[ctl_type]; in path_has_mixer()1282 if (path->ctls[NID_PATH_VOL_CTL] || in assign_out_path_ctls()1283 path->ctls[NID_PATH_MUTE_CTL]) in assign_out_path_ctls()1294 path->ctls[NID_PATH_VOL_CTL] = val; in assign_out_path_ctls()1308 path->ctls[NID_PATH_MUTE_CTL] = val; in assign_out_path_ctls()3103 path->ctls[NID_PATH_VOL_CTL] = mix_val; in new_analog_input()[all …]
2348 val |= spdif->ctls & 1; in snd_hda_spdif_default_put()2349 change = spdif->ctls != val; in snd_hda_spdif_default_put()2350 spdif->ctls = val; in snd_hda_spdif_default_put()2370 ucontrol->value.integer.value[0] = spdif->ctls & AC_DIG1_ENABLE; in snd_hda_spdif_out_switch_get()2401 val = spdif->ctls & ~AC_DIG1_ENABLE; in snd_hda_spdif_out_switch_put()2404 change = spdif->ctls != val; in snd_hda_spdif_out_switch_put()2405 spdif->ctls = val; in snd_hda_spdif_out_switch_put()2507 spdif->ctls = val; in snd_hda_create_dig_out_ctls()2508 spdif->status = convert_to_spdif_status(spdif->ctls); in snd_hda_create_dig_out_ctls()2573 val = spdif->ctls; in snd_hda_spdif_ctls_assign()[all …]
46 unsigned int ctls[NID_PATH_NUM_CTLS]; /* NID_PATH_XXX_CTL */ member
158 unsigned short ctls = spdif ? spdif->ctls : 0; in azx_pcm_prepare() local172 ctls); in azx_pcm_prepare()
3399 if (codec->spdif_status_reset && (spdif->ctls & AC_DIG1_ENABLE)) in nvhdmi_8ch_7x_pcm_prepare()3404 spdif->ctls & ~AC_DIG1_ENABLE & 0xff); in nvhdmi_8ch_7x_pcm_prepare()3416 if (codec->spdif_status_reset && (spdif->ctls & AC_DIG1_ENABLE)) { in nvhdmi_8ch_7x_pcm_prepare()3421 spdif->ctls & 0xff); in nvhdmi_8ch_7x_pcm_prepare()3438 (spdif->ctls & AC_DIG1_ENABLE)) in nvhdmi_8ch_7x_pcm_prepare()3443 spdif->ctls & ~AC_DIG1_ENABLE & 0xff); in nvhdmi_8ch_7x_pcm_prepare()3459 (spdif->ctls & AC_DIG1_ENABLE)) { in nvhdmi_8ch_7x_pcm_prepare()3464 spdif->ctls & 0xff); in nvhdmi_8ch_7x_pcm_prepare()
729 #define ADD_CTLS(emu, ctls) \ argument732 for (i = 0; i < ARRAY_SIZE(ctls); i++) { \733 _err = snd_ctl_add(card, snd_ctl_new1(&ctls[i], emu)); \
398 unsigned short ctls; /* SPDIF control bits */ member