Home
last modified time | relevance | path

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

/linux-6.6.21/sound/soc/codecs/
Dmt6359.c1348 unsigned int mic_type = priv->mux_select[MUX_MIC_TYPE_0]; in mt_mic_bias_0_event()
1402 unsigned int mic_type = priv->mux_select[MUX_MIC_TYPE_1]; in mt_mic_bias_1_event()
1435 unsigned int mic_type = priv->mux_select[MUX_MIC_TYPE_2]; in mt_mic_bias_2_event()
1645 priv->mux_select[MUX_PGA_L] = mux >> RG_AUDPREAMPLINPUTSEL_SFT; in mt_pga_l_mux_event()
1658 priv->mux_select[MUX_PGA_R] = mux >> RG_AUDPREAMPRINPUTSEL_SFT; in mt_pga_r_mux_event()
1671 priv->mux_select[MUX_PGA_3] = mux >> RG_AUDPREAMP3INPUTSEL_SFT; in mt_pga_3_mux_event()
1682 unsigned int mux_pga = priv->mux_select[MUX_PGA_L]; in mt_pga_l_event()
1687 mic_type = priv->mux_select[MUX_MIC_TYPE_0]; in mt_pga_l_event()
1690 mic_type = priv->mux_select[MUX_MIC_TYPE_1]; in mt_pga_l_event()
1740 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
1378 priv->mux_select[MUX_HP_L] = mux; in mt_hp_event()
1397 if (priv->mux_select[MUX_HP_L] == HP_MUX_HP) in mt_hp_event()
1399 else if (priv->mux_select[MUX_HP_L] == HP_MUX_HPSPK) in mt_hp_event()
1402 priv->mux_select[MUX_HP_L] = mux; in mt_hp_event()
1611 unsigned int mic_type = priv->mux_select[MUX_MIC_TYPE]; in mt6358_amic_enable()
1612 unsigned int mux_pga_l = priv->mux_select[MUX_PGA_L]; in mt6358_amic_enable()
1613 unsigned int mux_pga_r = priv->mux_select[MUX_PGA_R]; in mt6358_amic_enable()
1758 unsigned int mic_type = priv->mux_select[MUX_MIC_TYPE]; in mt6358_amic_disable()
1759 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.6.21/drivers/gpu/drm/amd/display/dc/gpio/
Dhw_generic.c78 GENERIC_SEL, config_data->config.generic_mux.mux_select); in set_config()
/linux-6.6.21/drivers/gpu/drm/amd/display/include/
Dgpio_types.h305 enum gpio_signal_source mux_select; member
/linux-6.6.21/sound/pci/hda/
Dhda_generic.c3418 static int mux_select(struct hda_codec *codec, unsigned int adc_idx,
3446 return mux_select(codec, adc_idx, in mux_enum_put()
4089 static int mux_select(struct hda_codec *codec, unsigned int adc_idx, in mux_select() function
4584 mux_select(codec, 0, spec->am_entry[i].idx); in snd_hda_gen_mic_autoswitch()
4588 mux_select(codec, 0, spec->am_entry[0].idx); in snd_hda_gen_mic_autoswitch()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/core/
Ddc.c2322 config->mux_select = GPIO_SIGNAL_SOURCE_PASS_THROUGH_STEREO_SYNC; in dc_set_generic_gpio_for_stereo()