Searched refs:avs_tplg_binding (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/sound/soc/intel/avs/ |
D | topology.h | 34 struct avs_tplg_binding *bindings; 122 struct avs_tplg_binding { struct 168 struct avs_tplg_binding **bindings;
|
D | path.h | 55 struct avs_tplg_binding *template;
|
D | topology.c | 351 AVS_DEFINE_PTR_PARSER(binding, struct avs_tplg_binding, bindings); 976 .offset = offsetof(struct avs_tplg_binding, target_tplg_name), 982 .offset = offsetof(struct avs_tplg_binding, target_path_tmpl_id), 988 .offset = offsetof(struct avs_tplg_binding, target_ppl_id), 994 .offset = offsetof(struct avs_tplg_binding, target_mod_id), 1000 .offset = offsetof(struct avs_tplg_binding, target_mod_pin), 1006 .offset = offsetof(struct avs_tplg_binding, mod_id), 1012 .offset = offsetof(struct avs_tplg_binding, mod_pin), 1018 .offset = offsetof(struct avs_tplg_binding, is_sink),
|
D | path.c | 592 struct avs_tplg_binding *t; in avs_path_binding_arm() 646 struct avs_tplg_binding *t) in avs_path_binding_create()
|