Lines Matching refs:heap
1213 struct list_head *heap,
1248 map = tplg_calloc(heap, sizeof(*map));
1265 db = tplg_calloc(heap, sizeof(*db));
1291 struct list_head heap;
1307 INIT_LIST_HEAD(&heap);
1316 err = tplg_decode_control_mixer1(tplg, &heap, &mt, pos, bin, size2);
1321 tplg_free(&heap);
1336 struct list_head *heap,
1364 et->texts = tplg_calloc(heap, sizeof(char *) * ec->items);
1371 et->map = tplg_calloc(heap, sizeof(struct snd_tplg_channel_map_template));
1394 struct list_head heap;
1410 INIT_LIST_HEAD(&heap);
1422 err = tplg_decode_control_enum1(tplg, &heap, &et, pos, ec);
1427 tplg_free(&heap);