Searched refs:dma_alloc_from_dev_coherent (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | dma-map-ops.h | 162 int dma_alloc_from_dev_coherent(struct device *dev, ssize_t size, 174 #define dma_alloc_from_dev_coherent(dev, size, handle, ret) (0) macro
|
| /linux-6.15/kernel/dma/ |
| H A D | coherent.c | 187 int dma_alloc_from_dev_coherent(struct device *dev, ssize_t size, in dma_alloc_from_dev_coherent() function
|
| H A D | mapping.c | 608 if (dma_alloc_from_dev_coherent(dev, size, dma_handle, &cpu_addr)) { in dma_alloc_attrs()
|