Lines Matching refs:list_head
277 void tplg_ref_free_list(struct list_head *base)
279 struct list_head *pos, *npos;
320 void tplg_elem_free_list(struct list_head *base)
322 struct list_head *pos, *npos;
331 struct tplg_elem *tplg_elem_lookup(struct list_head *base, const char* id,
334 struct list_head *pos;
361 struct list_head *pos, *list;
376 list = (struct list_head *)((void *)tplg + tptr->loff);
387 void tplg_elem_insert(struct tplg_elem *elem_p, struct list_head *list)
389 struct list_head *pos, *p = &(elem_p->list);
409 struct list_head *list;
462 list = (struct list_head *)((void *)tplg + tptr->loff);
486 struct list_head list;
491 void *tplg_calloc(struct list_head *heap, size_t size)
502 void tplg_free(struct list_head *heap)
504 struct list_head *pos, *npos;