Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/dma/
Dcoherent.c12 struct dma_coherent_mem { struct
23 static struct dma_coherent_mem *dma_coherent_default_memory __ro_after_init; argument
25 static inline struct dma_coherent_mem *dev_get_coherent_memory(struct device *dev) in dev_get_coherent_memory()
33 struct dma_coherent_mem * mem) in dma_get_device_base()
43 struct dma_coherent_mem **mem) in dma_init_coherent_memory()
45 struct dma_coherent_mem *dma_mem = NULL; in dma_init_coherent_memory()
61 dma_mem = kzalloc(sizeof(struct dma_coherent_mem), GFP_KERNEL); in dma_init_coherent_memory()
89 static void dma_release_coherent_memory(struct dma_coherent_mem *mem) in dma_release_coherent_memory()
100 struct dma_coherent_mem *mem) in dma_assign_coherent_memory()
115 struct dma_coherent_mem *mem; in dma_declare_coherent_memory()
[all …]
/Linux-v4.19/include/linux/
Ddevice.h990 struct dma_coherent_mem *dma_mem; /* internal for coherent mem