Searched refs:dma_heap_add (Results 1 – 4 of 4) sorted by relevance
57 struct dma_heap *dma_heap_add(const struct dma_heap_export_info *exp_info);
116 sys_heap = dma_heap_add(&exp_info); in system_heap_create()
154 cma_heap->heap = dma_heap_add(&exp_info); in __add_cma_heap()
193 struct dma_heap *dma_heap_add(const struct dma_heap_export_info *exp_info) in dma_heap_add() function