Home
last modified time | relevance | path

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

/linux/sound/soc/intel/avs/
H A Dtopology.h34 struct avs_tplg_binding *bindings;
140 struct avs_tplg_binding { struct
206 struct avs_tplg_binding **bindings;
H A Dpath.h68 struct avs_tplg_binding *template;
H A Dtopology.c352 AVS_DEFINE_PTR_PARSER(binding, struct avs_tplg_binding, bindings);
1094 .offset = offsetof(struct avs_tplg_binding, target_tplg_name),
1100 .offset = offsetof(struct avs_tplg_binding, target_path_tmpl_id),
1106 .offset = offsetof(struct avs_tplg_binding, target_ppl_id),
1112 .offset = offsetof(struct avs_tplg_binding, target_mod_id),
1118 .offset = offsetof(struct avs_tplg_binding, target_mod_pin),
1124 .offset = offsetof(struct avs_tplg_binding, mod_id),
1130 .offset = offsetof(struct avs_tplg_binding, mod_pin),
1136 .offset = offsetof(struct avs_tplg_binding, is_sink),
H A Dpath.c913 struct avs_tplg_binding *t; in avs_path_binding_arm()
967 struct avs_tplg_binding *t) in avs_path_binding_create()