Home
last modified time | relevance | path

Searched refs:cma_heap (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/dma-buf/heaps/
H A Dcma_heap.c26 struct cma_heap { struct
32 struct cma_heap *heap; argument
248 struct cma_heap *cma_heap = buffer->heap; in cma_heap_dma_buf_release() local
281 struct cma_heap *cma_heap = dma_heap_get_drvdata(heap); in cma_heap_allocate() local
340 buffer->heap = cma_heap; in cma_heap_allocate()
372 struct cma_heap *cma_heap; in __add_cma_heap() local
375 cma_heap = kzalloc(sizeof(*cma_heap), GFP_KERNEL); in __add_cma_heap()
376 if (!cma_heap) in __add_cma_heap()
378 cma_heap->cma = cma; in __add_cma_heap()
382 exp_info.priv = cma_heap; in __add_cma_heap()
[all …]
H A DMakefile3 obj-$(CONFIG_DMABUF_HEAPS_CMA) += cma_heap.o