Searched refs:tasdevice (Results 1 – 6 of 6) sorted by relevance
901 if (tas_priv->tasdevice[chn].is_loading == false) in tasdevice_process_block()1009 tas_priv->tasdevice[chn].cur_prog = -1; in tasdevice_process_block()1010 tas_priv->tasdevice[chn].cur_conf = -1; in tasdevice_process_block()1012 tas_priv->tasdevice[chn].cur_conf = -1; in tasdevice_process_block()1055 tas_priv->tasdevice[chn].is_loading = true; in tasdevice_select_cfg_blk()1078 struct tasdevice_priv *tasdevice, struct tasdev_blk *block) in tasdevice_load_block_kernel() argument1085 int rc = tasdevice_process_block(tasdevice, data + length, in tasdevice_load_block_kernel()1088 dev_err(tasdevice->dev, in tasdevice_load_block_kernel()1095 dev_err(tasdevice->dev, "%s: %u %u out of boundary\n", in tasdevice_load_block_kernel()1561 static int tasdev_multibytes_chksum(struct tasdevice_priv *tasdevice, in tasdev_multibytes_chksum() argument[all …]
370 struct tasdevice *tasdev = tas_priv->tasdevice; in calib_data_get()406 struct tasdevice *tasdev = tas_priv->tasdevice; in sngl_calib_start()523 struct tasdevice *tasdev = priv->tasdevice; in tas2781_calib_stop_put()565 struct tasdevice *tasdev = tas_priv->tasdevice; in tas2563_calib_start_put()599 struct tasdevice *tasdev = tas_priv->tasdevice; in tas2563_calib_stop_put()635 priv->tasdevice[i].cur_prog = -1; in tasdev_calib_stop_put()694 struct tasdevice *tasdev = tas_priv->tasdevice; in tas2781_latch_reg_get()1312 struct tasdevice *tasdev = tas_priv->tasdevice; in tasdevice_active_num_get()1499 struct tasdevice *tasdev = priv->tasdevice; in tasdevice_create_cali_ctrls()1710 if (src[2] == priv->tasdevice[j].dev_addr) { in acoustic_ctl_write()[all …]
165 struct tasdevice *tasdev = &p->tasdevice[chn]; in tasdevice_spi_change_chn_book()232 tas_priv->tasdevice[tas_priv->index].cur_book = -1; in tasdevice_spi_init()233 tas_priv->tasdevice[tas_priv->index].cur_conf = -1; in tasdevice_spi_init()234 tas_priv->tasdevice[tas_priv->index].cur_prog = -1; in tasdevice_spi_init()689 tas_priv->tasdevice[tas_priv->index].cur_prog = 0; in tasdev_fw_ready()691 tas_priv->tasdevice[tas_priv->index].cur_conf = 0; in tasdev_fw_ready()852 tas_priv->tasdevice[tas_priv->index].cur_book = -1; in tas2781_runtime_suspend()853 tas_priv->tasdevice[tas_priv->index].cur_conf = -1; in tas2781_runtime_suspend()907 tas_priv->tasdevice[tas_priv->index].cur_book = -1; in tas2781_system_resume()908 tas_priv->tasdevice[tas_priv->index].cur_conf = -1; in tas2781_system_resume()[all …]
72 tas_priv->tasdevice[tas_priv->ndev].dev_addr = in tas2781_get_i2c_res()772 tas_hda->priv->tasdevice[i].cur_book = -1; in tas2781_system_resume()773 tas_hda->priv->tasdevice[i].cur_prog = -1; in tas2781_system_resume()774 tas_hda->priv->tasdevice[i].cur_conf = -1; in tas2781_system_resume()
152 struct tasdevice { struct202 struct tasdevice tasdevice[TASDEVICE_MAX_CHANNELS]; member
27 struct tasdevice_priv *tasdevice, unsigned short chn,