Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtas2780.c56 ret = snd_soc_component_update_bits(component, TAS2780_PWR_CTRL, in tas2780_codec_suspend()
76 ret = snd_soc_component_update_bits(component, TAS2780_PWR_CTRL, in tas2780_codec_resume()
103 SOC_DAPM_SINGLE("Switch", TAS2780_PWR_CTRL,
106 SOC_DAPM_SINGLE("Switch", TAS2780_PWR_CTRL,
112 SND_SOC_DAPM_SWITCH("ISENSE", TAS2780_PWR_CTRL,
114 SND_SOC_DAPM_SWITCH("VSENSE", TAS2780_PWR_CTRL,
138 ret = snd_soc_component_update_bits(component, TAS2780_PWR_CTRL, in tas2780_mute()
201 val = snd_soc_component_read(tas2780->component, TAS2780_PWR_CTRL); in tas2780_set_bitwidth()
535 { TAS2780_PWR_CTRL, 0x1a },
H A Dtas2780.h27 #define TAS2780_PWR_CTRL TAS2780_REG(0X0, 0x02) macro