Searched refs:tas_dt (Results 1 – 1 of 1) sorted by relevance
330 struct tasdevice_data *tas_dt; in tasdev_dsp_prog_blk_remove() local337 tas_dt = &(prog->dev_data); in tasdev_dsp_prog_blk_remove()339 if (!tas_dt->dev_blks) in tasdev_dsp_prog_blk_remove()342 for (i = 0; i < tas_dt->nr_blk; i++) { in tasdev_dsp_prog_blk_remove()343 blk = &(tas_dt->dev_blks[i]); in tasdev_dsp_prog_blk_remove()346 kfree(tas_dt->dev_blks); in tasdev_dsp_prog_blk_remove()361 struct tasdevice_data *tas_dt; in tasdev_dsp_cfg_blk_remove() local366 tas_dt = &(cfg->dev_data); in tasdev_dsp_cfg_blk_remove()368 if (!tas_dt->dev_blks) in tasdev_dsp_cfg_blk_remove()371 for (i = 0; i < tas_dt->nr_blk; i++) { in tasdev_dsp_cfg_blk_remove()[all …]