Home
last modified time | relevance | path

Searched refs:tasdevice (Results 1 – 7 of 7) sorted by relevance

/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c900 if (tas_priv->tasdevice[chn].is_loading == false) in tasdevice_process_block()
1007 tas_priv->tasdevice[chn].cur_prog = -1; in tasdevice_process_block()
1008 tas_priv->tasdevice[chn].cur_conf = -1; in tasdevice_process_block()
1010 tas_priv->tasdevice[chn].cur_conf = -1; in tasdevice_process_block()
1053 tas_priv->tasdevice[chn].is_loading = true; in tasdevice_select_cfg_blk()
1076 struct tasdevice_priv *tasdevice, struct tasdev_blk *block) in tasdevice_load_block_kernel() argument
1083 int rc = tasdevice_process_block(tasdevice, data + length, in tasdevice_load_block_kernel()
1086 dev_err(tasdevice->dev, in tasdevice_load_block_kernel()
1093 dev_err(tasdevice->dev, "%s: %u %u out of boundary\n", in tasdevice_load_block_kernel()
1515 static int tasdev_multibytes_chksum(struct tasdevice_priv *tasdevice, in tasdev_multibytes_chksum() argument
[all …]
H A Dtas2781-comlib-i2c.c53 struct tasdevice *tasdev = &tas_priv->tasdevice[chn]; in tasdevice_change_chn_book()
94 struct tasdevice *tasdev = &tas_priv->tasdevice[chn]; in tasdev_chn_switch()
178 tas_priv->tasdevice[i].cur_book = -1; in tasdevice_init()
179 tas_priv->tasdevice[i].cur_prog = -1; in tasdevice_init()
180 tas_priv->tasdevice[i].cur_conf = -1; in tasdevice_init()
H A Dtas2781-i2c.c368 struct tasdevice *tasdev = tas_priv->tasdevice; in calib_data_get()
404 struct tasdevice *tasdev = tas_priv->tasdevice; in sngl_calib_start()
521 struct tasdevice *tasdev = priv->tasdevice; in tas2781_calib_stop_put()
563 struct tasdevice *tasdev = tas_priv->tasdevice; in tas2563_calib_start_put()
597 struct tasdevice *tasdev = tas_priv->tasdevice; in tas2563_calib_stop_put()
[all...]
/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda_spi.c158 struct tasdevice *tasdev = &p->tasdevice[chn]; in tasdevice_spi_change_chn_book()
225 tas_priv->tasdevice[tas_priv->index].cur_book = -1; in tasdevice_spi_init()
226 tas_priv->tasdevice[tas_priv->index].cur_conf = -1; in tasdevice_spi_init()
227 tas_priv->tasdevice[tas_priv->index].cur_prog = -1; in tasdevice_spi_init()
682 tas_priv->tasdevice[tas_priv->index].cur_prog = 0; in tasdev_fw_ready()
684 tas_priv->tasdevice[tas_priv->index].cur_conf = 0; in tasdev_fw_ready()
841 tas_priv->tasdevice[tas_priv->index].cur_book = -1; in tas2781_runtime_suspend()
842 tas_priv->tasdevice[tas_priv->index].cur_conf = -1; in tas2781_runtime_suspend()
896 tas_priv->tasdevice[tas_priv->index].cur_book = -1; in tas2781_system_resume()
897 tas_priv->tasdevice[tas_priv->index].cur_conf = -1; in tas2781_system_resume()
[all …]
H A Dtas2781_hda_i2c.c73 tas_priv->tasdevice[tas_priv->ndev].dev_addr = in tas2781_get_i2c_res()
769 tas_hda->priv->tasdevice[i].cur_book = -1; in tas2781_system_resume()
770 tas_hda->priv->tasdevice[i].cur_prog = -1; in tas2781_system_resume()
771 tas_hda->priv->tasdevice[i].cur_conf = -1; in tas2781_system_resume()
/linux/include/sound/
H A Dtas2781.h150 struct tasdevice { struct
200 struct tasdevice tasdevice[TASDEVICE_MAX_CHANNELS]; member
H A Dtas2781-comlib-i2c.h27 struct tasdevice_priv *tasdevice, unsigned short chn,