Searched refs:tas_fmw (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | tas2781-fmwlib.c | 417 static unsigned char map_dev_idx(struct tasdevice_fw *tas_fmw, in map_dev_idx() argument 423 struct tasdevice_dspfw_hdr *fw_hdr = &(tas_fmw->fw_hdr); in map_dev_idx() 447 static int fw_parse_block_data_kernel(struct tasdevice_fw *tas_fmw, in fw_parse_block_data_kernel() argument 453 dev_err(tas_fmw->dev, "%s: File Size error\n", __func__); in fw_parse_block_data_kernel() 488 block->dev_idx = map_dev_idx(tas_fmw, block); in fw_parse_block_data_kernel() 491 dev_err(tas_fmw->dev, "%s: nSublocks error\n", __func__); in fw_parse_block_data_kernel() 507 static int fw_parse_data_kernel(struct tasdevice_fw *tas_fmw, in fw_parse_data_kernel() argument 516 dev_err(tas_fmw->dev, "%s: File Size error\n", __func__); in fw_parse_data_kernel() 531 offset = fw_parse_block_data_kernel(tas_fmw, blk, fmw, offset); in fw_parse_data_kernel() 543 struct tasdevice_priv *tas_priv, struct tasdevice_fw *tas_fmw, in fw_parse_tas5825_program_data_kernel() argument [all …]
|
| H A D | tas2781-comlib.c | 197 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 D | tas2781-i2c.c | 730 struct tasdevice_fw *tas_fmw = tas_priv->fmw; in tasdev_tf_data_get() local 731 struct fct_param_address *p = &(tas_fmw->fct_par_addr); in tasdev_tf_data_get() 757 struct tasdevice_fw *tas_fmw = tas_priv->fmw; in tasdev_re_data_get() local 758 struct fct_param_address *p = &(tas_fmw->fct_par_addr); in tasdev_re_data_get() 800 struct tasdevice_fw *tas_fmw = tas_priv->fmw; in tasdev_XMA1_data_get() local 801 struct fct_param_address *p = &(tas_fmw->fct_par_addr); in tasdev_XMA1_data_get() 820 struct tasdevice_fw *tas_fmw = tas_priv->fmw; in tasdev_XMA2_data_get() local 821 struct fct_param_address *p = &(tas_fmw->fct_par_addr); in tasdev_XMA2_data_get()
|
| /linux/include/sound/ |
| H A D | tas2781.h | 244 struct tasdevice_fw *tas_fmw, 247 struct tasdevice_fw *tas_fmw, 250 struct tasdevice_fw *tas_fmw,
|