Lines Matching refs:tptr
360 struct tplg_table *tptr;
366 tptr = &tplg_table[index];
367 if (!tptr->enew)
369 if ((int)type != tptr->type)
376 list = (struct list_head *)((void *)tplg + tptr->loff);
407 struct tplg_table *tptr;
450 tptr = &tplg_table[index];
451 if (!tptr->enew)
453 if ((int)type != tptr->type)
462 list = (struct list_head *)((void *)tplg + tptr->loff);
464 obj_size = tptr->size;
465 elem->free = tptr->free;
466 elem->table = tptr;