Lines Matching defs:tptr
423 struct tplg_table *tptr;
434 tptr = &tplg_table[index];
435 list = (struct list_head *)((void *)tplg + tptr->loff);
443 if (tptr->save == NULL && tptr->gsave == NULL) {
445 tptr->id);
449 if (tptr->save)
478 err = tptr->save(tplg, elem, dst, count > 1 ? pfx2 : prefix);
481 tptr->id, snd_strerror(-err));
494 tptr = &tplg_table[index];
495 if (tptr->gsave) {
496 err = tptr->gsave(tplg, gindex, dst, prefix);
516 struct tplg_table *tptr;
527 tptr = &tplg_table[index];
528 list = (struct list_head *)((void *)tplg + tptr->loff);