Home
last modified time | relevance | path

Searched refs:tplg_table_items (Results 1 – 6 of 6) sorted by relevance

/third_party/alsa-lib/src/topology/
Delem.c232 unsigned int tplg_table_items = ARRAY_SIZE(tplg_table); variable
238 for (index = 0; index < tplg_table_items; index++) in tplg_get_type()
366 for (index = 0; index < tplg_table_items; index++) { in tplg_elem_type_lookup()
374 if (index >= tplg_table_items) in tplg_elem_type_lookup()
450 for (index = 0; index < tplg_table_items; index++) { in tplg_elem_new_common()
458 if (index >= tplg_table_items) { in tplg_elem_new_common()
Ddecoder.c107 for (index = 0; index < tplg_table_items; index++) { in snd_tplg_decode()
112 if (index >= tplg_table_items || tptr->decod == NULL) { in snd_tplg_decode()
Dbuilder.c240 for (index = 0; index < tplg_table_items; index++) { in tplg_write_data()
267 for (index = 0; index < tplg_table_items; index++) { in tplg_write_data()
Dsave.c434 for (index = 0; index < tplg_table_items; index++) { in tplg_save()
494 for (index = 0; index < tplg_table_items; index++) { in tplg_save()
527 for (index = 0; index < tplg_table_items; index++) { in tplg_index_groups()
Dparser.c188 for (idx = 0; idx < tplg_table_items; idx++) { in tplg_parse_config()
Dtplg_local.h235 extern unsigned int tplg_table_items;