Home
last modified time | relevance | path

Searched refs:tasdev (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/codecs/
H A Dtas2781-i2c.c367 struct tasdevice *tasdev = tas_priv->tasdevice; in calib_data_get() local
372 if (clt->addr == tasdev[i].dev_addr) { in calib_data_get()
403 struct tasdevice *tasdev = tas_priv->tasdevice; in sngl_calib_start() local
404 struct bulk_reg_val *p = tasdev[i].cali_data_backup; in sngl_calib_start()
405 struct bulk_reg_val *t = &tasdev[i].alp_cali_bckp; in sngl_calib_start()
520 struct tasdevice *tasdev = priv->tasdevice; in tas2781_calib_stop_put() local
521 struct bulk_reg_val *p = tasdev[i].cali_data_backup; in tas2781_calib_stop_put()
522 struct bulk_reg_val *t = &tasdev[i].alp_cali_bckp; in tas2781_calib_stop_put()
562 struct tasdevice *tasdev = tas_priv->tasdevice; in tas2563_calib_start_put() local
563 struct bulk_reg_val *p = tasdev[i].cali_data_backup; in tas2563_calib_start_put()
[all …]
H A Dtas2781-fmwlib.c2193 struct tasdevice *tasdev = &(tas_priv->tasdevice[i]); in tas2781_load_calibration() local
2216 tas_fmw = tasdev->cali_data_fmw = kzalloc_obj(struct tasdevice_fw); in tas2781_load_calibration()
2217 if (!tasdev->cali_data_fmw) { in tas2781_load_calibration()
2407 struct tasdevice *tasdev; in tasdevice_calbin_remove() local
2414 tasdev = &(tas_priv->tasdevice[i]); in tasdevice_calbin_remove()
2415 if (!tasdev->cali_data_fmw) in tasdevice_calbin_remove()
2417 tas2781_clear_calfirmware(tasdev->cali_data_fmw); in tasdevice_calbin_remove()
2418 tasdev->cali_data_fmw = NULL; in tasdevice_calbin_remove()
/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda_spi.c166 struct tasdevice *tasdev = &p->tasdevice[chn]; in tasdevice_spi_change_chn_book()
169 if (tasdev->cur_book != book) { in tasdevice_spi_change_chn_book()
174 tasdev->cur_book = book; in tasdevice_spi_change_chn_book()
158 struct tasdevice *tasdev = &p->tasdevice[chn]; tasdevice_spi_change_chn_book() local