Lines Matching refs:list_head
278 void tplg_ref_free_list(struct list_head *base) in tplg_ref_free_list()
280 struct list_head *pos, *npos; in tplg_ref_free_list()
321 void tplg_elem_free_list(struct list_head *base) in tplg_elem_free_list()
323 struct list_head *pos, *npos; in tplg_elem_free_list()
332 struct tplg_elem *tplg_elem_lookup(struct list_head *base, const char* id, in tplg_elem_lookup()
335 struct list_head *pos; in tplg_elem_lookup()
362 struct list_head *pos, *list; in tplg_elem_type_lookup()
377 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_elem_type_lookup()
388 void tplg_elem_insert(struct tplg_elem *elem_p, struct list_head *list) in tplg_elem_insert()
390 struct list_head *pos, *p = &(elem_p->list); in tplg_elem_insert()
410 struct list_head *list; in tplg_elem_new_common()
463 list = (struct list_head *)((void *)tplg + tptr->loff); in tplg_elem_new_common()
486 struct list_head list;
490 void *tplg_calloc(struct list_head *heap, size_t size) in tplg_calloc()
501 void tplg_free(struct list_head *heap) in tplg_free()
503 struct list_head *pos, *npos; in tplg_free()