Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtas5720.c285 ret = regmap_write_bits(tas5720->regmap, TAS5720_POWER_CTRL_REG, in tas5720_fault_check_work()
290 ret = regmap_write_bits(tas5720->regmap, TAS5720_POWER_CTRL_REG, in tas5720_fault_check_work()
372 ret = snd_soc_component_update_bits(component, TAS5720_POWER_CTRL_REG, in tas5720_codec_probe()
412 ret = snd_soc_component_update_bits(component, TAS5720_POWER_CTRL_REG, in tas5720_dac_event()
438 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