Searched refs:tplg_calloc (Results 1 – 4 of 4) sorted by relevance
/third_party/alsa-lib/src/topology/ |
D | dapm.c | 905 wt = tplg_calloc(&heap, sizeof(*wt) + sizeof(void *) * w->num_kcontrols); in tplg_decode_dapm_widget() 941 mt = tplg_calloc(&heap, sizeof(*mt)); in tplg_decode_dapm_widget() 961 et = tplg_calloc(&heap, sizeof(*mt)); in tplg_decode_dapm_widget() 980 bt = tplg_calloc(&heap, sizeof(*bt)); in tplg_decode_dapm_widget()
|
D | ctl.c | 1247 map = tplg_calloc(heap, sizeof(*map)); in tplg_decode_control_mixer1() 1264 db = tplg_calloc(heap, sizeof(*db)); in tplg_decode_control_mixer1() 1363 et->texts = tplg_calloc(heap, sizeof(char *) * ec->items); in tplg_decode_control_enum1() 1370 et->map = tplg_calloc(heap, sizeof(struct snd_tplg_channel_map_template)); in tplg_decode_control_enum1()
|
D | elem.c | 490 void *tplg_calloc(struct list_head *heap, size_t size) in tplg_calloc() function
|
D | tplg_local.h | 263 void *tplg_calloc(struct list_head *heap, size_t size);
|