Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/codecs/
Dmt6359.c1234 unsigned int mic_type = priv->mux_select[MUX_MIC_TYPE_0]; in mt_mic_bias_0_event()
1288 unsigned int mic_type = priv->mux_select[MUX_MIC_TYPE_1]; in mt_mic_bias_1_event()
1321 unsigned int mic_type = priv->mux_select[MUX_MIC_TYPE_2]; in mt_mic_bias_2_event()
1531 priv->mux_select[MUX_PGA_L] = mux >> RG_AUDPREAMPLINPUTSEL_SFT; in mt_pga_l_mux_event()
1544 priv->mux_select[MUX_PGA_R] = mux >> RG_AUDPREAMPRINPUTSEL_SFT; in mt_pga_r_mux_event()
1557 priv->mux_select[MUX_PGA_3] = mux >> RG_AUDPREAMP3INPUTSEL_SFT; in mt_pga_3_mux_event()
1568 unsigned int mux_pga = priv->mux_select[MUX_PGA_L]; in mt_pga_l_event()
1573 mic_type = priv->mux_select[MUX_MIC_TYPE_0]; in mt_pga_l_event()
1576 mic_type = priv->mux_select[MUX_MIC_TYPE_1]; in mt_pga_l_event()
1626 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.h4269 unsigned int mux_select[MUX_NUM]; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/gpio/
Dhw_generic.c78 GENERIC_SEL, config_data->config.generic_mux.mux_select); in set_config()
/linux-6.1.9/drivers/gpu/drm/amd/display/include/
Dgpio_types.h305 enum gpio_signal_source mux_select; member
/linux-6.1.9/sound/pci/hda/
Dhda_generic.c3413 static int mux_select(struct hda_codec *codec, unsigned int adc_idx,
3441 return mux_select(codec, adc_idx, in mux_enum_put()
4084 static int mux_select(struct hda_codec *codec, unsigned int adc_idx, in mux_select() function
4579 mux_select(codec, 0, spec->am_entry[i].idx); in snd_hda_gen_mic_autoswitch()
4583 mux_select(codec, 0, spec->am_entry[0].idx); in snd_hda_gen_mic_autoswitch()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc.c2162 config->mux_select = GPIO_SIGNAL_SOURCE_PASS_THROUGH_STEREO_SYNC; in dc_set_generic_gpio_for_stereo()