Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtas5720.c286 ret = regmap_write_bits(tas5720->regmap, TAS5720_POWER_CTRL_REG, in tas5720_fault_check_work()
291 ret = regmap_write_bits(tas5720->regmap, TAS5720_POWER_CTRL_REG, in tas5720_fault_check_work()
373 ret = snd_soc_component_update_bits(component, TAS5720_POWER_CTRL_REG, in tas5720_codec_probe()
413 ret = snd_soc_component_update_bits(component, TAS5720_POWER_CTRL_REG, in tas5720_dac_event()
439 ret = snd_soc_component_update_bits(component, TAS5720_POWER_CTRL_REG, in tas5720_dac_event()
H A Dtas5720.h15 #define TAS5720_POWER_CTRL_REG 0x01 macro