Searched refs:cma_heap (Results 1 – 2 of 2) sorted by relevance
13 #define pr_fmt(fmt) "cma_heap: " fmt30 struct cma_heap { struct 36 struct cma_heap *heap; argument 251 struct cma_heap *cma_heap = buffer->heap; in cma_heap_dma_buf_release() local 262 cma_release(cma_heap->cma, buffer->cma_pages, buffer->pagecount); in cma_heap_dma_buf_release() 284 struct cma_heap *cma_heap = dma_heap_get_drvdata(heap); in cma_heap_allocate() local 306 cma_pages = cma_alloc(cma_heap->cma, pagecount, align, false); in cma_heap_allocate() 343 buffer->heap = cma_heap; in cma_heap_allocate() 376 struct cma_heap *cma_heap; __add_cma_heap() local [all...]
3 obj-$(CONFIG_DMABUF_HEAPS_CMA) += cma_heap.o