Lines Matching defs:index
35 t->index = hdr->index;
38 tplg_log(tplg, 'D', pos, "template: index %d version %d vendor_type %d",
39 hdr->index, hdr->version, hdr->vendor_type);
49 unsigned int index;
106 for (index = 0; index < tplg_table_items; index++) {
107 tptr = &tplg_table[index];
111 if (index >= tplg_table_items || tptr->decod == NULL) {