Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dtas2781-comlib.c329 struct tasdevice_data *tas_dt; in tasdev_dsp_prog_blk_remove() local
336 tas_dt = &(prog->dev_data); in tasdev_dsp_prog_blk_remove()
338 if (!tas_dt->dev_blks) in tasdev_dsp_prog_blk_remove()
341 for (i = 0; i < tas_dt->nr_blk; i++) { in tasdev_dsp_prog_blk_remove()
342 blk = &(tas_dt->dev_blks[i]); in tasdev_dsp_prog_blk_remove()
345 kfree(tas_dt->dev_blks); in tasdev_dsp_prog_blk_remove()
360 struct tasdevice_data *tas_dt; in tasdev_dsp_cfg_blk_remove() local
365 tas_dt = &(cfg->dev_data); in tasdev_dsp_cfg_blk_remove()
367 if (!tas_dt->dev_blks) in tasdev_dsp_cfg_blk_remove()
370 for (i = 0; i < tas_dt in tasdev_dsp_cfg_blk_remove()
[all...]

Completed in 1 milliseconds