Searched refs:dma_coherent_mem (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/base/
H A Ddma-coherent.c10 struct dma_coherent_mem { struct
22 struct dma_coherent_mem **mem) dma_init_coherent_memory()
24 struct dma_coherent_mem *dma_mem = NULL; dma_init_coherent_memory()
38 dma_mem = kzalloc(sizeof(struct dma_coherent_mem), GFP_KERNEL); dma_init_coherent_memory()
66 static void dma_release_coherent_memory(struct dma_coherent_mem *mem) dma_release_coherent_memory()
76 struct dma_coherent_mem *mem) dma_assign_coherent_memory()
90 struct dma_coherent_mem *mem; dma_declare_coherent_memory()
108 struct dma_coherent_mem *mem = dev->dma_mem; dma_release_declared_memory()
120 struct dma_coherent_mem *mem = dev->dma_mem; dma_mark_declared_memory_occupied()
158 struct dma_coherent_mem *mem; dma_alloc_from_coherent()
215 struct dma_coherent_mem *mem = dev ? dev->dma_mem : NULL; dma_release_from_coherent()
249 struct dma_coherent_mem *mem = dev ? dev->dma_mem : NULL; dma_mmap_from_coherent()
281 struct dma_coherent_mem *mem = rmem->priv; rmem_dma_device_init()
/linux-4.1.27/drivers/staging/media/dt3155v4l/
H A Ddt3155v4l.c832 struct dma_coherent_mem { struct
843 struct dma_coherent_mem *mem; dt3155_alloc_coherent()
884 struct dma_coherent_mem *mem = dev->dma_mem; dt3155_free_coherent()
/linux-4.1.27/include/linux/
H A Ddevice.h765 struct dma_coherent_mem *dma_mem; /* internal for coherent mem

Completed in 189 milliseconds