Lines Matching refs:tptr
231 struct tplg_table *tptr;
240 tptr = &tplg_table[index];
241 if (!tptr->build)
243 list = (struct list_head *)((void *)tplg + tptr->loff);
267 tptr = &tplg_table[index];
268 if (!tptr->build)
270 list = (struct list_head *)((void *)tplg + tptr->loff);
277 tptr->name, tptr->type,
278 tptr->tsoc, size, size);
280 tptr->tsoc, tptr->name);
283 tptr->name, snd_strerror(-ret));