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

/linux-master/sound/soc/codecs/
H A Dsta32x.c38 #include <sound/sta32x.h>
39 #include "sta32x.h"
268 struct sta32x_priv *sta32x = snd_soc_component_get_drvdata(component); local
274 mutex_lock(&sta32x->coeff_lock);
277 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud);
283 regmap_write(sta32x->regmap, STA32X_CFUD, cfud);
285 regmap_write(sta32x->regmap, STA32X_CFADDR2, index);
287 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x04);
289 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x08);
296 regmap_read(sta32x
310 struct sta32x_priv *sta32x = snd_soc_component_get_drvdata(component); local
346 struct sta32x_priv *sta32x = snd_soc_component_get_drvdata(component); local
374 struct sta32x_priv *sta32x = snd_soc_component_get_drvdata(component); local
390 struct sta32x_priv *sta32x = container_of(work, struct sta32x_priv, local
411 sta32x_watchdog_start(struct sta32x_priv *sta32x) argument
421 sta32x_watchdog_stop(struct sta32x_priv *sta32x) argument
580 struct sta32x_priv *sta32x = snd_soc_component_get_drvdata(component); local
600 struct sta32x_priv *sta32x = snd_soc_component_get_drvdata(component); local
649 struct sta32x_priv *sta32x = snd_soc_component_get_drvdata(component); local
776 sta32x_startup_sequence(struct sta32x_priv *sta32x) argument
801 struct sta32x_priv *sta32x = snd_soc_component_get_drvdata(component); local
873 struct sta32x_priv *sta32x = snd_soc_component_get_drvdata(component); local
993 struct sta32x_priv *sta32x = snd_soc_component_get_drvdata(component); local
1037 sta32x_probe_dt(struct device *dev, struct sta32x_priv *sta32x) argument
1092 struct sta32x_priv *sta32x; local
[all...]
H A DMakefile275 snd-soc-sta32x-objs := sta32x.o
663 obj-$(CONFIG_SND_SOC_STA32X) += snd-soc-sta32x.o

Completed in 138 milliseconds