Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dtas2780.c54 ret = snd_soc_component_update_bits(component, TAS2780_PWR_CTRL, in tas2780_codec_suspend()
74 ret = snd_soc_component_update_bits(component, TAS2780_PWR_CTRL, in tas2780_codec_resume()
100 SOC_DAPM_SINGLE("Switch", TAS2780_PWR_CTRL,
103 SOC_DAPM_SINGLE("Switch", TAS2780_PWR_CTRL,
109 SND_SOC_DAPM_SWITCH("ISENSE", TAS2780_PWR_CTRL,
111 SND_SOC_DAPM_SWITCH("VSENSE", TAS2780_PWR_CTRL,
135 ret = snd_soc_component_update_bits(component, TAS2780_PWR_CTRL, in tas2780_mute()
198 val = snd_soc_component_read(tas2780->component, TAS2780_PWR_CTRL); in tas2780_set_bitwidth()
532 { TAS2780_PWR_CTRL, 0x1a },
Dtas2780.h27 #define TAS2780_PWR_CTRL TAS2780_REG(0X0, 0x02) macro