Lines Matching defs:template

35 		if (mod->template->id == template_id)
46 if (ppl->template->id == template_id)
54 struct avs_tplg_path_template *pos, *template = NULL;
64 template = pos;
68 if (!template)
72 /* Only one variant of given path template may be instantiated at a time. */
74 if (path->template->owner == template) {
95 struct avs_tplg_path_template *template,
101 list_for_each_entry(variant, &template->path_list, node) {
147 struct avs_tplg_module *t = mod->template;
269 struct avs_tplg_module *t = mod->template;
292 struct avs_tplg_module *t = mod->template;
328 struct avs_tplg_module *t = mod->template;
350 struct avs_tplg_module *t = mod->template;
367 struct avs_tplg_module *t = mod->template;
386 struct avs_tplg_module *t = mod->template;
405 struct avs_tplg_module *t = mod->template;
423 struct avs_tplg_module *t = mod->template;
440 struct avs_tplg_module *t = mod->template;
457 struct avs_tplg_module *t = mod->template;
473 struct avs_tplg_module *t = mod->template;
541 const guid_t *type = &mod->template->cfg_ext->type;
554 acomp = to_avs_soc_component(mod->template->owner->owner->owner->owner->comp);
556 u32 num_ids = mod->template->num_config_ids;
557 u32 *ids = mod->template->config_ids;
585 struct avs_tplg_module *template)
590 module_id = avs_get_module_id(adev, &template->cfg_ext->type);
598 mod->template = template;
626 t = binding->template;
686 binding->template = t;
742 mod->template->core_id);
752 struct avs_tplg_pipeline *template)
755 struct avs_tplg_pplcfg *cfg = template->cfg;
763 ppl->template = template;
778 list_for_each_entry(tmod, &template->mod_list, node) {
791 for (i = 0; i < template->num_bindings; i++) {
794 binding = avs_path_binding_create(adev, ppl, template->bindings[i]);
812 struct avs_tplg_path *template, u32 dma_id)
817 path->template = template;
823 list_for_each_entry(tppl, &template->ppl_list, node) {
880 struct avs_tplg_path *template)
889 ret = avs_path_init(adev, path, template, dma_id);
914 struct avs_tplg_path_template *template,
921 variant = avs_path_find_variant(adev, template, fe_params, be_params);
944 struct avs_tplg_module *tsource = binding->source->template;
958 sink_fmt = binding->sink->template->in_fmt;
1089 if (ppl->template->cfg->trigger != trigger)