Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dtas2781-comlib.c54 struct tasdevice *tasdev = &tas_priv->tasdevice[chn]; in tasdevice_change_chn_book() local
57 if (client->addr != tasdev->dev_addr) { in tasdevice_change_chn_book()
58 client->addr = tasdev->dev_addr; in tasdevice_change_chn_book()
72 if (tasdev->cur_book != book) { in tasdevice_change_chn_book()
79 tasdev->cur_book = book; in tasdevice_change_chn_book()
95 struct tasdevice *tasdev = &tas_priv->tasdevice[chn]; in tasdev_chn_switch() local
99 if (client->addr != tasdev->dev_addr) { in tasdev_chn_switch()
100 client->addr = tasdev->dev_addr; in tasdev_chn_switch()
Dtas2781-i2c.c335 struct tasdevice *tasdev = tas_priv->tasdevice; in calib_data_get() local
340 if (clt->addr == tasdev[i].dev_addr) { in calib_data_get()
355 struct tasdevice *tasdev = tas_priv->tasdevice; in sngl_calib_start() local
356 struct bulk_reg_val *p = tasdev[i].cali_data_backup; in sngl_calib_start()
461 struct tasdevice *tasdev = tas_priv->tasdevice; in tas2781_calib_stop_put() local
462 struct bulk_reg_val *p = tasdev[i].cali_data_backup; in tas2781_calib_stop_put()
502 struct tasdevice *tasdev = tas_priv->tasdevice; in tas2563_calib_start_put() local
503 struct bulk_reg_val *p = tasdev[i].cali_data_backup; in tas2563_calib_start_put()
536 struct tasdevice *tasdev = tas_priv->tasdevice; in tas2563_calib_stop_put() local
537 struct bulk_reg_val *p = tasdev[i].cali_data_backup; in tas2563_calib_stop_put()
[all …]
Dtas2781-fmwlib.c1878 struct tasdevice *tasdev = &(tas_priv->tasdevice[i]); in tas2781_load_calibration() local
1901 tas_fmw = tasdev->cali_data_fmw = kzalloc(sizeof(struct tasdevice_fw), in tas2781_load_calibration()
1903 if (!tasdev->cali_data_fmw) { in tas2781_load_calibration()
2093 struct tasdevice *tasdev; in tasdevice_calbin_remove() local
2100 tasdev = &(tas_priv->tasdevice[i]); in tasdevice_calbin_remove()
2101 if (!tasdev->cali_data_fmw) in tasdevice_calbin_remove()
2103 tas2781_clear_calfirmware(tasdev->cali_data_fmw); in tasdevice_calbin_remove()
2104 tasdev->cali_data_fmw = NULL; in tasdevice_calbin_remove()