Home
last modified time | relevance | path

Searched refs:tas2781_hda (Results 1 – 5 of 5) sorted by relevance

/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda_i2c.c59 int (*save_calibration)(struct tas2781_hda *h);
167 struct tas2781_hda *tas_hda = dev_get_drvdata(dev); in tas2781_hda_playback_hook()
313 static int tas2563_save_calibration(struct tas2781_hda *h) in tas2563_save_calibration()
398 static void tas2781_hda_remove_controls(struct tas2781_hda *tas_hda) in tas2781_hda_remove_controls()
434 struct tas2781_hda *tas_hda = dev_get_drvdata(tas_priv->dev); in tasdevice_dspfw_init()
487 struct tas2781_hda *tas_hda = dev_get_drvdata(tas_priv->dev); in tasdev_fw_ready()
535 struct tas2781_hda *tas_hda = dev_get_drvdata(dev); in tas2781_hda_bind()
580 struct tas2781_hda *tas_hda = dev_get_drvdata(dev); in tas2781_hda_unbind()
610 struct tas2781_hda *tas_hda; in tas2781_hda_i2c_probe()
713 struct tas2781_hda *tas_hda = dev_get_drvdata(dev); in tas2781_runtime_suspend()
[all …]
H A Dtas2781_hda_spi.c326 static int tas2781_read_acpi(struct tas2781_hda *tas_hda, in tas2781_read_acpi()
395 struct tas2781_hda *tas_hda = dev_get_drvdata(dev); in tas2781_hda_playback_hook()
534 static void tas2781_hda_remove_controls(struct tas2781_hda *tas_hda) in tas2781_hda_remove_controls()
549 static int tas2781_hda_spi_prf_ctl(struct tas2781_hda *h) in tas2781_hda_spi_prf_ctl()
566 static int tas2781_hda_spi_snd_ctls(struct tas2781_hda *h) in tas2781_hda_spi_snd_ctls()
606 static int tas2781_hda_spi_dsp_ctls(struct tas2781_hda *h) in tas2781_hda_spi_dsp_ctls()
639 struct tas2781_hda *tas_hda = dev_get_drvdata(tas_priv->dev); in tasdev_fw_ready()
705 struct tas2781_hda *tas_hda = dev_get_drvdata(dev); in tas2781_hda_bind()
740 struct tas2781_hda *tas_hda = dev_get_drvdata(dev); in tas2781_hda_unbind()
772 struct tas2781_hda *tas_hda; in tas2781_hda_spi_probe()
[all …]
H A Dtas2781_hda.h56 struct tas2781_hda { struct
68 int tas2781_save_calibration(struct tas2781_hda *p); argument
H A DMakefile15 snd-hda-scodec-tas2781-y := tas2781_hda.o
H A Dtas2781_hda.c19 #include "tas2781_hda.h"
172 int tas2781_save_calibration(struct tas2781_hda *hda)
247 struct tas2781_hda *tas_hda = dev_get_drvdata(dev); in tas2781_hda_remove()