Lines Matching defs:acomp
22 struct avs_soc_component *acomp;
24 list_for_each_entry(acomp, &adev->comp_list, node)
25 if (!strcmp(acomp->tplg->name, name))
26 return acomp->tplg;
836 struct avs_soc_component *acomp;
838 acomp = to_avs_soc_component(mod->template->owner->owner->owner->owner->comp);
844 struct avs_tplg_init_config *config = &acomp->tplg->init_configs[ids[i]];
1244 struct avs_soc_component *acomp;
1256 list_for_each_entry(acomp, &adev->comp_list, node) {
1257 for (int i = 0; i < acomp->tplg->num_condpath_tmpls; i++) {
1262 template = &acomp->tplg->condpath_tmpls[i];