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.c368 struct tasdevice *tasdev = tas_priv->tasdevice; in calib_data_get()
373 if (clt->addr == tasdev[i].dev_addr) { in calib_data_get()
404 struct tasdevice *tasdev = tas_priv->tasdevice; in sngl_calib_start()
405 struct bulk_reg_val *p = tasdev[i].cali_data_backup; in sngl_calib_start()
406 struct bulk_reg_val *t = &tasdev[i].alp_cali_bckp; in sngl_calib_start() local
521 struct tasdevice *tasdev = priv->tasdevice; in tas2781_calib_stop_put()
522 struct bulk_reg_val *p = tasdev[i].cali_data_backup; in tas2781_calib_stop_put()
523 struct bulk_reg_val *t = &tasdev[i].alp_cali_bckp; in tas2781_calib_stop_put() local
563 struct tasdevice *tasdev = tas_priv->tasdevice; in tas2563_calib_start_put()
564 struct bulk_reg_val *p = tasdev[ in tas2563_calib_start_put()
370 struct tasdevice *tasdev = tas_priv->tasdevice; calib_data_get() local
565 struct tasdevice *tasdev = tas_priv->tasdevice; tas2563_calib_start_put() local
599 struct tasdevice *tasdev = tas_priv->tasdevice; tas2563_calib_stop_put() local
686 struct tasdevice *tasdev = tas_priv->tasdevice; tas2781_latch_reg_get() local
1188 struct tasdevice *tasdev = tas_priv->tasdevice; tasdevice_active_num_get() local
1338 struct tasdevice *tasdev = priv->tasdevice; tasdevice_create_cali_ctrls() local
1944 struct tasdevice *tasdev = tas_priv->tasdevice; tasdevice_deinit() local
[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.c158 struct tasdevice *tasdev = &p->tasdevice[chn]; in tasdevice_spi_change_chn_book() local
161 if (tasdev->cur_book != book) { in tasdevice_spi_change_chn_book()
166 tasdev->cur_book = book; in tasdevice_spi_change_chn_book()