Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/hda/
H A Dtas2781_spi_fwlib.c567 tas_fmw->programs = kcalloc(tas_fmw->nr_programs, in fw_parse_variable_header_kernel()
569 if (!tas_fmw->programs) in fw_parse_variable_header_kernel()
603 tas_fmw->configs = kcalloc(tas_fmw->nr_configurations, in fw_parse_variable_header_kernel()
974 dev_err(tas_fmw->dev, in fw_parse_block_data()
1058 tas_fmw->programs = in fw_parse_program_data()
1059 kcalloc(tas_fmw->nr_programs, sizeof(*tas_fmw->programs), in fw_parse_program_data()
1061 if (!tas_fmw->programs) in fw_parse_program_data()
1116 tas_fmw->configs = kcalloc(tas_fmw->nr_configurations, in fw_parse_configuration_data()
1118 if (!tas_fmw->configs) in fw_parse_configuration_data()
1892 kfree(tas_fmw); in tas2781_clear_calfirmware()
[all …]
H A Dtas2781-spi.h116 struct tasdevice_fw *tas_fmw,
119 struct tasdevice_fw *tas_fmw,
/linux-6.15/sound/soc/codecs/
H A Dtas2781-fmwlib.c726 if (tas_fmw->nr_programs == 0 || tas_fmw->nr_programs > in fw_parse_variable_header_kernel()
733 tas_fmw->programs = kcalloc(tas_fmw->nr_programs, in fw_parse_variable_header_kernel()
772 tas_fmw->configs = kcalloc(tas_fmw->nr_configurations, in fw_parse_variable_header_kernel()
1113 dev_err(tas_fmw->dev, in fw_parse_block_data()
1206 tas_fmw->programs = in fw_parse_program_data()
1271 tas_fmw->configs = kcalloc(tas_fmw->nr_configurations, in fw_parse_configuration_data()
1975 tas_fmw->calibrations = kcalloc(tas_fmw->nr_calibrations, in fw_parse_calibration_data()
2224 kfree(tas_fmw); in tas2781_clear_calfirmware()
2361 if (!tas_fmw) { in tasdevice_select_tuningprm_cfg()
2461 if (!tas_fmw) { in tasdevice_prmg_load()
[all …]
H A Dtas2781-comlib.c421 struct tasdevice_fw *tas_fmw = tas_dev->fmw; in tasdevice_dsp_remove() local
426 if (tas_fmw->programs) in tasdevice_dsp_remove()
427 tasdev_dsp_prog_remove(tas_fmw->programs, in tasdevice_dsp_remove()
428 tas_fmw->nr_programs); in tasdevice_dsp_remove()
429 if (tas_fmw->configs) in tasdevice_dsp_remove()
430 tasdev_dsp_cfg_remove(tas_fmw->configs, in tasdevice_dsp_remove()
431 tas_fmw->nr_configurations); in tasdevice_dsp_remove()
432 kfree(tas_fmw); in tasdevice_dsp_remove()
H A Dtas2781-i2c.c687 struct tasdevice_fw *tas_fmw = tas_priv->fmw; in tasdev_tf_data_get() local
688 struct fct_param_address *p = &(tas_fmw->fct_par_addr); in tasdev_tf_data_get()
714 struct tasdevice_fw *tas_fmw = tas_priv->fmw; in tasdev_re_data_get() local
715 struct fct_param_address *p = &(tas_fmw->fct_par_addr); in tasdev_re_data_get()
757 struct tasdevice_fw *tas_fmw = tas_priv->fmw; in tasdev_XMA1_data_get() local
758 struct fct_param_address *p = &(tas_fmw->fct_par_addr); in tasdev_XMA1_data_get()
777 struct tasdevice_fw *tas_fmw = tas_priv->fmw; in tasdev_XMA2_data_get() local
778 struct fct_param_address *p = &(tas_fmw->fct_par_addr); in tasdev_XMA2_data_get()
/linux-6.15/include/sound/
H A Dtas2781.h202 struct tasdevice_fw *tas_fmw,
205 struct tasdevice_fw *tas_fmw,
208 struct tasdevice_fw *tas_fmw,