Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddma-map-ops.h181 void *dma_alloc_from_global_coherent(struct device *dev, ssize_t size,
188 static inline void *dma_alloc_from_global_coherent(struct device *dev, in dma_alloc_from_global_coherent() function
/linux/kernel/dma/
H A Ddirect.c233 return dma_alloc_from_global_coherent(dev, size, in dma_direct_alloc()