Searched refs:tas2780 (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/soc/codecs/
H A Dtas2780.c20 #include "tas2780.h"
31 static void tas2780_reset(struct tas2780_priv *tas2780) argument
35 if (tas2780->reset_gpio) {
36 gpiod_set_value_cansleep(tas2780->reset_gpio, 0);
38 gpiod_set_value_cansleep(tas2780->reset_gpio, 1);
42 ret = snd_soc_component_write(tas2780->component, TAS2780_SW_RST,
45 dev_err(tas2780->dev, "%s:errCode:0x%x Reset error!\n",
52 struct tas2780_priv *tas2780 = local
59 dev_err(tas2780->dev, "%s:errCode:0x%0x:power down error\n",
64 regcache_cache_only(tas2780
72 struct tas2780_priv *tas2780 = local
133 struct tas2780_priv *tas2780 = local
150 tas2780_set_bitwidth(struct tas2780_priv *tas2780, int bitwidth) argument
238 tas2780_set_samplerate( struct tas2780_priv *tas2780, int samplerate) argument
283 struct tas2780_priv *tas2780 = local
297 struct tas2780_priv *tas2780 = local
372 struct tas2780_priv *tas2780 = local
488 struct tas2780_priv *tas2780 = local
567 tas2780_parse_dt(struct device *dev, struct tas2780_priv *tas2780) argument
595 struct tas2780_priv *tas2780; local
[all...]
H A DMakefile394 snd-soc-tas2780-y := tas2780.o
675 obj-$(CONFIG_SND_SOC_TAS2780) += snd-soc-tas2780.o

Completed in 198 milliseconds