Searched refs:tplg_ref (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-lib/src/topology/ |
D | data.c | 127 struct tplg_ref *ref, *last; in tplg_save_refs() 134 ref = list_entry(pos, struct tplg_ref, list); in tplg_save_refs() 151 ref = list_entry(pos, struct tplg_ref, list); in tplg_save_refs() 532 struct tplg_ref *ref; in get_tokens() 538 ref = list_entry(pos, struct tplg_ref, list); in get_tokens() 557 struct tplg_ref *ref; in has_tuples() 563 ref = list_entry(pos, struct tplg_ref, list); in has_tuples() 677 struct tplg_ref *ref; in build_tuples() 685 ref = list_entry(pos, struct tplg_ref, list); in build_tuples() 1248 struct tplg_ref *ref; in tplg_save_manifest_data() [all …]
|
D | elem.c | 247 struct tplg_ref *ref; in tplg_ref_add() 264 struct tplg_ref *ref; in tplg_ref_add_elem() 281 struct tplg_ref *ref; in tplg_ref_free_list() 284 ref = list_entry(pos, struct tplg_ref, list); in tplg_ref_free_list()
|
D | tplg_local.h | 38 struct tplg_ref; 105 struct tplg_ref { struct 303 struct tplg_ref *ref);
|
D | ctl.c | 163 struct tplg_ref *ref; in tplg_build_mixer_control() 172 ref = list_entry(pos, struct tplg_ref, list); in tplg_build_mixer_control() 214 struct tplg_ref *ref; in tplg_build_enum_control() 222 ref = list_entry(pos, struct tplg_ref, list); in tplg_build_enum_control() 250 struct tplg_ref *ref; in tplg_build_bytes_control() 258 ref = list_entry(pos, struct tplg_ref, list); in tplg_build_bytes_control()
|
D | dapm.c | 103 struct tplg_ref *ref; in tplg_build_widget() 113 ref = list_entry(pos, struct tplg_ref, list); in tplg_build_widget() 126 ref = list_entry(pos, struct tplg_ref, list); in tplg_build_widget()
|
D | pcm.c | 99 struct tplg_ref *ref; in build_pcm() 112 ref = list_entry(pos, struct tplg_ref, list); in build_pcm() 158 struct tplg_ref *ref; in tplg_build_dai() 172 ref = list_entry(pos, struct tplg_ref, list); in tplg_build_dai() 234 struct tplg_ref *ref; in build_link() 247 ref = list_entry(pos, struct tplg_ref, list); in build_link()
|