Home
last modified time | relevance | path

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

/Linux-v5.4/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
/Linux-v5.4/sound/soc/codecs/
Dmt6358.c89 unsigned int mux_select[MUX_NUM]; member
1268 priv->mux_select[MUX_HP_L] = mux; in mt_hp_event()
1287 if (priv->mux_select[MUX_HP_L] == HP_MUX_HP) in mt_hp_event()
1289 else if (priv->mux_select[MUX_HP_L] == HP_MUX_HPSPK) in mt_hp_event()
1292 priv->mux_select[MUX_HP_L] = mux; in mt_hp_event()
1501 unsigned int mic_type = priv->mux_select[MUX_MIC_TYPE]; in mt6358_amic_enable()
1502 unsigned int mux_pga_l = priv->mux_select[MUX_PGA_L]; in mt6358_amic_enable()
1503 unsigned int mux_pga_r = priv->mux_select[MUX_PGA_R]; in mt6358_amic_enable()
1648 unsigned int mic_type = priv->mux_select[MUX_MIC_TYPE]; in mt6358_amic_disable()
1649 unsigned int mux_pga_l = priv->mux_select[MUX_PGA_L]; in mt6358_amic_disable()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/gpio/
Dhw_generic.c87 GENERIC_SEL, config_data->config.generic_mux.mux_select); in set_config()
/Linux-v5.4/drivers/gpu/drm/amd/display/include/
Dgpio_types.h305 enum gpio_signal_source mux_select; member
/Linux-v5.4/sound/pci/hda/
Dhda_generic.c3395 static int mux_select(struct hda_codec *codec, unsigned int adc_idx,
3423 return mux_select(codec, adc_idx, in mux_enum_put()
4123 static int mux_select(struct hda_codec *codec, unsigned int adc_idx, in mux_select() function
4618 mux_select(codec, 0, spec->am_entry[i].idx); in snd_hda_gen_mic_autoswitch()
4622 mux_select(codec, 0, spec->am_entry[0].idx); in snd_hda_gen_mic_autoswitch()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1312 config->mux_select = GPIO_SIGNAL_SOURCE_PASS_THROUGH_STEREO_SYNC; in dc_set_generic_gpio_for_stereo()