Searched refs:tasdev (Results 1 – 3 of 3) sorted by relevance
54 struct tasdevice *tasdev = &tas_priv->tasdevice[chn]; in tasdevice_change_chn_book() local57 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() local99 if (client->addr != tasdev->dev_addr) { in tasdev_chn_switch()100 client->addr = tasdev->dev_addr; in tasdev_chn_switch()
335 struct tasdevice *tasdev = tas_priv->tasdevice; in calib_data_get() local340 if (clt->addr == tasdev[i].dev_addr) { in calib_data_get()355 struct tasdevice *tasdev = tas_priv->tasdevice; in sngl_calib_start() local356 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() local462 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() local503 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() local537 struct bulk_reg_val *p = tasdev[i].cali_data_backup; in tas2563_calib_stop_put()[all …]
1878 struct tasdevice *tasdev = &(tas_priv->tasdevice[i]); in tas2781_load_calibration() local1901 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() local2100 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()