Searched refs:sram_dma_heap (Results 1 – 1 of 1) sorted by relevance
35 struct sram_dma_heap { struct184 struct sram_dma_heap *sram_dma_heap = dma_heap_get_drvdata(heap); in sram_dma_heap_allocate() local194 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() local246 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 …]