Home
last modified time | relevance | path

Searched refs:avs_tplg_binding (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/sound/soc/intel/avs/
Dtopology.h34 struct avs_tplg_binding *bindings;
122 struct avs_tplg_binding { struct
166 struct avs_tplg_binding **bindings;
Dpath.h55 struct avs_tplg_binding *template;
Dtopology.c350 AVS_DEFINE_PTR_PARSER(binding, struct avs_tplg_binding, bindings);
975 .offset = offsetof(struct avs_tplg_binding, target_tplg_name),
981 .offset = offsetof(struct avs_tplg_binding, target_path_tmpl_id),
987 .offset = offsetof(struct avs_tplg_binding, target_ppl_id),
993 .offset = offsetof(struct avs_tplg_binding, target_mod_id),
999 .offset = offsetof(struct avs_tplg_binding, target_mod_pin),
1005 .offset = offsetof(struct avs_tplg_binding, mod_id),
1011 .offset = offsetof(struct avs_tplg_binding, mod_pin),
1017 .offset = offsetof(struct avs_tplg_binding, is_sink),
Dpath.c530 struct avs_tplg_binding *t; in avs_path_binding_arm()
584 struct avs_tplg_binding *t) in avs_path_binding_create()