Lines Matching refs:dma_coherent_mem
13 struct dma_coherent_mem { struct
23 static inline struct dma_coherent_mem *dev_get_coherent_memory(struct device *dev) in dev_get_coherent_memory() argument
31 struct dma_coherent_mem * mem) in dma_get_device_base()
38 static struct dma_coherent_mem *dma_init_coherent_memory(phys_addr_t phys_addr, in dma_init_coherent_memory()
41 struct dma_coherent_mem *dma_mem; in dma_init_coherent_memory()
53 dma_mem = kzalloc(sizeof(struct dma_coherent_mem), GFP_KERNEL); in dma_init_coherent_memory()
78 static void dma_release_coherent_memory(struct dma_coherent_mem *mem) in dma_release_coherent_memory()
89 struct dma_coherent_mem *mem) in dma_assign_coherent_memory()
121 struct dma_coherent_mem *mem; in dma_declare_coherent_memory()
135 struct dma_coherent_mem *mem, in __dma_alloc_from_coherent()
183 struct dma_coherent_mem *mem = dev_get_coherent_memory(dev); in dma_alloc_from_dev_coherent()
192 static int __dma_release_from_coherent(struct dma_coherent_mem *mem, in __dma_release_from_coherent()
222 struct dma_coherent_mem *mem = dev_get_coherent_memory(dev); in dma_release_from_dev_coherent()
227 static int __dma_mmap_from_coherent(struct dma_coherent_mem *mem, in __dma_mmap_from_coherent()
267 struct dma_coherent_mem *mem = dev_get_coherent_memory(dev); in dma_mmap_from_dev_coherent()
273 static struct dma_coherent_mem *dma_coherent_default_memory __ro_after_init;
306 struct dma_coherent_mem *mem; in dma_init_global_coherent()
332 struct dma_coherent_mem *mem; in rmem_dma_device_init()