Searched refs:tasdevice_dev_read (Results 1 – 4 of 4) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | tas2781-comlib-i2c.c | 185 tas_priv->dev_read = tasdevice_dev_read; in tasdevice_init() 242 ret = tasdevice_dev_read(tas_priv, 0, mc->reg, &val); in tasdevice_amp_getvol() 268 ret = tasdevice_dev_read(tas_priv, 0, mc->reg, &val); in tasdevice_digital_getvol()
|
H A D | tas2781-comlib.c | 22 int tasdevice_dev_read(struct tasdevice_priv *tas_priv, in tasdevice_dev_read() function 47 EXPORT_SYMBOL_GPL(tasdevice_dev_read);
|
/linux/include/sound/ |
H A D | tas2781.h | 244 int tasdevice_dev_read(struct tasdevice_priv *tas_priv,
|
/linux/sound/hda/codecs/side-codecs/ |
H A D | tas2781_hda_spi.c | 97 ret = tasdevice_dev_read(tas_priv, chn, reg, val); in tasdevice_spi_dev_read() 141 ret = tasdevice_dev_read(tas_priv, chn, reg, &val); in tasdevice_spi_dev_update_bits()
|