Searched refs:tasdevice_dev_bulk_read (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | tas2781-comlib.c | 49 int tasdevice_dev_bulk_read(struct tasdevice_priv *tas_priv, in tasdevice_dev_bulk_read() function 73 EXPORT_SYMBOL_GPL(tasdevice_dev_bulk_read);
|
| H A D | tas2781-i2c.c | 295 rc = tasdevice_dev_bulk_read(priv, j, p->r0_reg, &dst[i], 4); in tasdev_cali_data_get() 308 rc = tasdevice_dev_bulk_read(priv, j, p->r0_low_reg, in tasdev_cali_data_get() 322 rc = tasdevice_dev_bulk_read(priv, j, p->invr0_reg, in tasdev_cali_data_get() 336 rc = tasdevice_dev_bulk_read(priv, j, p->pow_reg, &dst[i], 4); in tasdev_cali_data_get() 349 rc = tasdevice_dev_bulk_read(priv, j, p->tlimit_reg, in tasdev_cali_data_get() 376 rc = tasdevice_dev_bulk_read(tas_priv, i, reg, &dst[1], in calib_data_get() 431 tasdevice_dev_bulk_read(tas_priv, i, p[j].reg, in sngl_calib_start() 437 tasdevice_dev_bulk_read(tas_priv, i, t->reg, t->val, 4); in sngl_calib_start() 473 tasdevice_dev_bulk_read(tas_priv, i, t->reg, val, 4); in sngl_calib_start() 574 tasdevice_dev_bulk_read(tas_pri in tas2563_calib_start_put() [all...] |
| H A D | tas2781-fmwlib.c | 2490 rc = tasdevice_dev_bulk_read(priv, i, p->r0_reg, r0_deflt, 4); in tas2781_cali_preproc() 2514 rc = tasdevice_dev_bulk_read(priv, i, in tas2781_cali_preproc()
|
| /linux/include/sound/ |
| H A D | tas2781.h | 267 int tasdevice_dev_bulk_read(struct tasdevice_priv *tas_priv,
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | tas2781_hda_spi.c | 90 ret = tasdevice_dev_bulk_read(tas_priv, chn, reg, in tasdevice_spi_dev_read() 116 ret = tasdevice_dev_bulk_read(tas_priv, chn, reg, in tasdevice_spi_dev_bulk_read() 120 ret = tasdevice_dev_bulk_read(tas_priv, chn, reg, data, len); in tasdevice_spi_dev_bulk_read()
|