Searched refs:tasdevice_dev_bulk_read (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | tas2781-i2c.c | 262 rc = tasdevice_dev_bulk_read(priv, j, p->r0_reg, &dst[i], 4); in tasdev_cali_data_get() 275 rc = tasdevice_dev_bulk_read(priv, j, p->r0_low_reg, in tasdev_cali_data_get() 289 rc = tasdevice_dev_bulk_read(priv, j, p->invr0_reg, in tasdev_cali_data_get() 303 rc = tasdevice_dev_bulk_read(priv, j, p->pow_reg, &dst[i], 4); in tasdev_cali_data_get() 316 rc = tasdevice_dev_bulk_read(priv, j, p->tlimit_reg, in tasdev_cali_data_get() 343 rc = tasdevice_dev_bulk_read(tas_priv, i, reg, &dst[1], in calib_data_get() 390 tasdevice_dev_bulk_read(tas_priv, i, p[j].reg, in sngl_calib_start() 513 tasdevice_dev_bulk_read(tas_priv, in tas2563_calib_start_put() 774 ret = tasdevice_dev_bulk_read(tas_dev, 0, reg, data, 4); in tas2563_digital_gain_get() 820 ret = tasdevice_dev_bulk_read(tas_dev, 0, reg, data, 4); in tas2563_digital_gain_put()
|
D | tas2781-comlib.c | 202 int tasdevice_dev_bulk_read(struct tasdevice_priv *tas_priv, in tasdevice_dev_bulk_read() function 226 EXPORT_SYMBOL_GPL(tasdevice_dev_bulk_read);
|
D | tas2781-fmwlib.c | 1345 ret = tasdevice_dev_bulk_read(tasdevice, chn, in tasdev_multibytes_chksum()
|
/linux-6.12.1/include/sound/ |
D | tas2781.h | 223 int tasdevice_dev_bulk_read(struct tasdevice_priv *tas_priv,
|