Lines Matching refs:dma_coherent_mem
10 struct dma_coherent_mem { struct
22 struct dma_coherent_mem **mem) in dma_init_coherent_memory() argument
24 struct dma_coherent_mem *dma_mem = NULL; in dma_init_coherent_memory()
38 dma_mem = kzalloc(sizeof(struct dma_coherent_mem), GFP_KERNEL); in dma_init_coherent_memory()
66 static void dma_release_coherent_memory(struct dma_coherent_mem *mem) in dma_release_coherent_memory()
76 struct dma_coherent_mem *mem) in dma_assign_coherent_memory()
90 struct dma_coherent_mem *mem; in dma_declare_coherent_memory()
108 struct dma_coherent_mem *mem = dev->dma_mem; in dma_release_declared_memory()
120 struct dma_coherent_mem *mem = dev->dma_mem; in dma_mark_declared_memory_occupied()
158 struct dma_coherent_mem *mem; in dma_alloc_from_coherent()
215 struct dma_coherent_mem *mem = dev ? dev->dma_mem : NULL; in dma_release_from_coherent()
249 struct dma_coherent_mem *mem = dev ? dev->dma_mem : NULL; in dma_mmap_from_coherent()
281 struct dma_coherent_mem *mem = rmem->priv; in rmem_dma_device_init()