Home
last modified time | relevance | path

Searched refs:tas_dt (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/sound/soc/codecs/
H A Dtas2781-comlib.c359 struct tasdevice_data *tas_dt; in tasdev_dsp_prog_blk_remove() local
366 tas_dt = &(prog->dev_data); in tasdev_dsp_prog_blk_remove()
368 if (!tas_dt->dev_blks) in tasdev_dsp_prog_blk_remove()
371 for (i = 0; i < tas_dt->nr_blk; i++) { in tasdev_dsp_prog_blk_remove()
372 blk = &(tas_dt->dev_blks[i]); in tasdev_dsp_prog_blk_remove()
375 kfree(tas_dt->dev_blks); in tasdev_dsp_prog_blk_remove()
390 struct tasdevice_data *tas_dt; in tasdev_dsp_cfg_blk_remove() local
395 tas_dt = &(cfg->dev_data); in tasdev_dsp_cfg_blk_remove()
397 if (!tas_dt->dev_blks) in tasdev_dsp_cfg_blk_remove()
401 blk = &(tas_dt->dev_blks[i]); in tasdev_dsp_cfg_blk_remove()
[all …]
/linux-6.15/sound/pci/hda/
H A Dtas2781_spi_fwlib.c1783 struct tasdevice_data *tas_dt; in tasdev_dsp_prog_blk_remove() local
1790 tas_dt = &prog->dev_data; in tasdev_dsp_prog_blk_remove()
1792 if (!tas_dt->dev_blks) in tasdev_dsp_prog_blk_remove()
1795 for (i = 0; i < tas_dt->nr_blk; i++) { in tasdev_dsp_prog_blk_remove()
1796 blk = &tas_dt->dev_blks[i]; in tasdev_dsp_prog_blk_remove()
1799 kfree(tas_dt->dev_blks); in tasdev_dsp_prog_blk_remove()
1816 struct tasdevice_data *tas_dt; in tasdev_dsp_cfg_blk_remove() local
1821 tas_dt = &cfg->dev_data; in tasdev_dsp_cfg_blk_remove()
1823 if (!tas_dt->dev_blks) in tasdev_dsp_cfg_blk_remove()
1827 blk = &tas_dt->dev_blks[i]; in tasdev_dsp_cfg_blk_remove()
[all …]