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

/linux-master/kernel/dma/
H A Dcoherent.c13 struct dma_coherent_mem { struct
23 static inline struct dma_coherent_mem *dev_get_coherent_memory(struct device *dev)
31 struct dma_coherent_mem * mem)
38 static struct dma_coherent_mem *dma_init_coherent_memory(phys_addr_t phys_addr,
41 struct dma_coherent_mem *dma_mem;
52 dma_mem = kzalloc(sizeof(struct dma_coherent_mem), GFP_KERNEL);
77 static void _dma_release_coherent_memory(struct dma_coherent_mem *mem)
88 struct dma_coherent_mem *mem)
120 struct dma_coherent_mem *mem;
142 struct dma_coherent_mem *me
[all...]
/linux-master/include/linux/
H A Ddevice.h753 struct dma_coherent_mem *dma_mem; /* internal for coherent mem

Completed in 114 milliseconds