Lines Matching defs:heap
3 * DMABUF CMA heap exporter
8 * Also utilizing parts of Andrew Davis' SRAM heap:
14 #include <linux/dma-heap.h>
27 struct dma_heap *heap;
32 struct cma_heap *heap;
248 struct cma_heap *cma_heap = buffer->heap;
276 static struct dma_buf *cma_heap_allocate(struct dma_heap *heap,
281 struct cma_heap *cma_heap = dma_heap_get_drvdata(heap);
340 buffer->heap = cma_heap;
344 exp_info.exp_name = dma_heap_get_name(heap);
384 cma_heap->heap = dma_heap_add(&exp_info);
385 if (IS_ERR(cma_heap->heap)) {
386 int ret = PTR_ERR(cma_heap->heap);