Searched refs:tplg_calloc (Results 1 - 4 of 4) sorted by relevance
/third_party/alsa-lib/src/topology/ |
H A D | dapm.c | 918 wt = tplg_calloc(&heap, sizeof(*wt) + sizeof(void *) * w->num_kcontrols); in tplg_decode_dapm_widget() 954 mt = tplg_calloc(&heap, sizeof(*mt)); in tplg_decode_dapm_widget() 974 et = tplg_calloc(&heap, sizeof(*mt)); in tplg_decode_dapm_widget() 993 bt = tplg_calloc(&heap, sizeof(*bt)); in tplg_decode_dapm_widget()
|
H A D | ctl.c | 1248 map = tplg_calloc(heap, sizeof(*map)); in tplg_decode_control_mixer1() 1265 db = tplg_calloc(heap, sizeof(*db)); in tplg_decode_control_mixer1() 1364 et->texts = tplg_calloc(heap, sizeof(char *) * ec->items); in tplg_decode_control_enum1() 1371 et->map = tplg_calloc(heap, sizeof(struct snd_tplg_channel_map_template)); in tplg_decode_control_enum1()
|
H A D | tplg_local.h | 264 void *tplg_calloc(struct list_head *heap, size_t size);
|
H A D | elem.c | 491 void *tplg_calloc(struct list_head *heap, size_t size) in tplg_calloc() function
|
Completed in 5 milliseconds