Home
last modified time | relevance | path

Searched refs:mux_select (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/codecs/
Dmt6359.c1124 unsigned int mic_type = priv->mux_select[MUX_MIC_TYPE_0]; in mt_mic_bias_0_event()
1178 unsigned int mic_type = priv->mux_select[MUX_MIC_TYPE_1]; in mt_mic_bias_1_event()
1211 unsigned int mic_type = priv->mux_select[MUX_MIC_TYPE_2]; in mt_mic_bias_2_event()
1421 priv->mux_select[MUX_PGA_L] = mux >> RG_AUDPREAMPLINPUTSEL_SFT; in mt_pga_l_mux_event()
1434 priv->mux_select[MUX_PGA_R] = mux >> RG_AUDPREAMPRINPUTSEL_SFT; in mt_pga_r_mux_event()
1447 priv->mux_select[MUX_PGA_3] = mux >> RG_AUDPREAMP3INPUTSEL_SFT; in mt_pga_3_mux_event()
1458 unsigned int mux_pga = priv->mux_select[MUX_PGA_L]; in mt_pga_l_event()
1463 mic_type = priv->mux_select[MUX_MIC_TYPE_0]; in mt_pga_l_event()
1466 mic_type = priv->mux_select[MUX_MIC_TYPE_1]; in mt_pga_l_event()
1516 unsigned int mux_pga = priv->mux_select[MUX_PGA_R]; in mt_pga_r_event()
[all …]
Dmt6358.c89 unsigned int mux_select[MUX_NUM]; member
1379 priv->mux_select[MUX_HP_L] = mux; in mt_hp_event()
1398 if (priv->mux_select[MUX_HP_L] == HP_MUX_HP) in mt_hp_event()
1400 else if (priv->mux_select[MUX_HP_L] == HP_MUX_HPSPK) in mt_hp_event()
1403 priv->mux_select[MUX_HP_L] = mux; in mt_hp_event()
1612 unsigned int mic_type = priv->mux_select[MUX_MIC_TYPE]; in mt6358_amic_enable()
1613 unsigned int mux_pga_l = priv->mux_select[MUX_PGA_L]; in mt6358_amic_enable()
1614 unsigned int mux_pga_r = priv->mux_select[MUX_PGA_R]; in mt6358_amic_enable()
1759 unsigned int mic_type = priv->mux_select[MUX_MIC_TYPE]; in mt6358_amic_disable()
1760 unsigned int mux_pga_l = priv->mux_select[MUX_PGA_L]; in mt6358_amic_disable()
[all …]
Dmt6359.h2626 unsigned int mux_select[MUX_NUM]; member
/kernel/linux/linux-5.10/arch/alpha/oprofile/
Dop_model_ev4.c64 reg->mux_select = ctl; in ev4_reg_setup()
88 wrperfmon(2, reg->mux_select); in ev4_cpu_setup()
Dop_model_ev6.c33 reg->mux_select = ctl; in ev6_reg_setup()
69 wrperfmon(2, reg->mux_select); in ev6_cpu_setup()
Dop_model_ev5.c73 reg->mux_select = ctl; in common_reg_setup()
138 wrperfmon(2, reg->mux_select); in ev5_cpu_setup()
Dop_model_ev67.c38 reg->mux_select = ctl; in ev67_reg_setup()
74 wrperfmon(2, reg->mux_select); in ev67_cpu_setup()
Dop_impl.h34 unsigned long mux_select; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/
Dhw_generic.c78 GENERIC_SEL, config_data->config.generic_mux.mux_select); in set_config()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/
Dgpio_types.h305 enum gpio_signal_source mux_select; member
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_generic.c3411 static int mux_select(struct hda_codec *codec, unsigned int adc_idx,
3439 return mux_select(codec, adc_idx, in mux_enum_put()
4199 static int mux_select(struct hda_codec *codec, unsigned int adc_idx, in mux_select() function
4694 mux_select(codec, 0, spec->am_entry[i].idx); in snd_hda_gen_mic_autoswitch()
4698 mux_select(codec, 0, spec->am_entry[0].idx); in snd_hda_gen_mic_autoswitch()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1673 config->mux_select = GPIO_SIGNAL_SOURCE_PASS_THROUGH_STEREO_SYNC; in dc_set_generic_gpio_for_stereo()