Home
last modified time | relevance | path

Searched refs:TAS2562_PWR_CTRL (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/sound/soc/codecs/
Dtas2562.c75 TAS2562_PWR_CTRL, in tas2562_set_bias_level()
81 TAS2562_PWR_CTRL, in tas2562_set_bias_level()
86 TAS2562_PWR_CTRL, in tas2562_set_bias_level()
290 val = snd_soc_component_read(tas2562->component, TAS2562_PWR_CTRL); in tas2562_set_bitwidth()
392 return snd_soc_component_update_bits(component, TAS2562_PWR_CTRL, in tas2562_mute()
407 ret = snd_soc_component_update_bits(component, TAS2562_PWR_CTRL, in tas2562_codec_probe()
466 TAS2562_PWR_CTRL, in tas2562_dac_event()
474 TAS2562_PWR_CTRL, in tas2562_dac_event()
539 SOC_DAPM_SINGLE("Switch", TAS2562_PWR_CTRL, TAS2562_ISENSE_POWER_EN,
543 SOC_DAPM_SINGLE("Switch", TAS2562_PWR_CTRL, TAS2562_VSENSE_POWER_EN,
[all …]
Dtas2562.h18 #define TAS2562_PWR_CTRL TAS2562_REG(0, 0x02) macro