Home
last modified time | relevance | path

Searched refs:tas_fmw (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c416 static unsigned char map_dev_idx(struct tasdevice_fw *tas_fmw, in map_dev_idx() argument
422 struct tasdevice_dspfw_hdr *fw_hdr = &(tas_fmw->fw_hdr); in map_dev_idx()
446 static int fw_parse_block_data_kernel(struct tasdevice_fw *tas_fmw, in fw_parse_block_data_kernel() argument
452 dev_err(tas_fmw->dev, "%s: File Size error\n", __func__); in fw_parse_block_data_kernel()
487 block->dev_idx = map_dev_idx(tas_fmw, block); in fw_parse_block_data_kernel()
490 dev_err(tas_fmw->dev, "%s: nSublocks error\n", __func__); in fw_parse_block_data_kernel()
506 static int fw_parse_data_kernel(struct tasdevice_fw *tas_fmw, in fw_parse_data_kernel() argument
515 dev_err(tas_fmw->dev, "%s: File Size error\n", __func__); in fw_parse_data_kernel()
530 offset = fw_parse_block_data_kernel(tas_fmw, blk, fmw, offset); in fw_parse_data_kernel()
542 struct tasdevice_priv *tas_priv, struct tasdevice_fw *tas_fmw, in fw_parse_tas5825_program_data_kernel() argument
[all …]
H A Dtas2781-comlib.c197 struct tasdevice_fw *tas_fmw = tas_dev->fmw; in tasdevice_dsp_remove() local
202 if (tas_fmw->programs) in tasdevice_dsp_remove()
203 tasdev_dsp_prog_remove(tas_fmw->programs, in tasdevice_dsp_remove()
204 tas_fmw->nr_programs); in tasdevice_dsp_remove()
205 if (tas_fmw->configs) in tasdevice_dsp_remove()
206 tasdev_dsp_cfg_remove(tas_fmw->configs, in tasdevice_dsp_remove()
207 tas_fmw->nr_configurations); in tasdevice_dsp_remove()
208 kfree(tas_fmw); in tasdevice_dsp_remove()
H A Dtas2781-i2c.c718 struct tasdevice_fw *tas_fmw = tas_priv->fmw; in tasdev_tf_data_get() local
719 struct fct_param_address *p = &(tas_fmw->fct_par_addr); in tasdev_tf_data_get()
745 struct tasdevice_fw *tas_fmw = tas_priv->fmw; in tasdev_re_data_get() local
746 struct fct_param_address *p = &(tas_fmw->fct_par_addr); in tasdev_re_data_get()
788 struct tasdevice_fw *tas_fmw = tas_priv->fmw; in tasdev_XMA1_data_get() local
789 struct fct_param_address *p = &(tas_fmw->fct_par_addr); in tasdev_XMA1_data_get()
808 struct tasdevice_fw *tas_fmw = tas_priv->fmw; in tasdev_XMA2_data_get() local
809 struct fct_param_address *p = &(tas_fmw->fct_par_addr); in tasdev_XMA2_data_get()
/linux/include/sound/
H A Dtas2781.h243 struct tasdevice_fw *tas_fmw,
246 struct tasdevice_fw *tas_fmw,
249 struct tasdevice_fw *tas_fmw,