Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/
H A Dsram_heap.c35 struct sram_dma_heap { struct
184 struct sram_dma_heap *sram_dma_heap = dma_heap_get_drvdata(heap); in sram_dma_heap_allocate() local
194 buffer->pool = sram_dma_heap->pool; in sram_dma_heap_allocate()
236 static struct sram_dma_heap *sram_dma_heap_global;
241 struct sram_dma_heap *sram_dma_heap; in sram_dma_heap_export() local
246 sram_dma_heap = kzalloc(sizeof(*sram_dma_heap), GFP_KERNEL); in sram_dma_heap_export()
247 if (!sram_dma_heap) in sram_dma_heap_export()
249 sram_dma_heap->pool = sram_gp; in sram_dma_heap_export()
253 exp_info.priv = sram_dma_heap; in sram_dma_heap_export()
255 sram_dma_heap_global = sram_dma_heap; in sram_dma_heap_export()
[all …]