Searched full:dma_alloc_from_dev_coherent (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-5.10/kernel/dma/ |
| D | coherent.c | 184 * dma_alloc_from_dev_coherent() - allocate memory from device coherent pool 197 int dma_alloc_from_dev_coherent(struct device *dev, ssize_t size, in dma_alloc_from_dev_coherent() function 289 * @vaddr: cpu address returned by dma_alloc_from_dev_coherent
|
| D | mapping.c | 429 if (dma_alloc_from_dev_coherent(dev, size, dma_handle, &cpu_addr)) in dma_alloc_attrs()
|
| /kernel/linux/linux-6.6/kernel/dma/ |
| D | coherent.c | 174 * dma_alloc_from_dev_coherent() - allocate memory from device coherent pool 187 int dma_alloc_from_dev_coherent(struct device *dev, ssize_t size, in dma_alloc_from_dev_coherent() function 260 * @vaddr: cpu address returned by dma_alloc_from_dev_coherent
|
| D | mapping.c | 513 if (dma_alloc_from_dev_coherent(dev, size, dma_handle, &cpu_addr)) in dma_alloc_attrs()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/reserved-memory/ |
| D | shared-dma-pool.yaml | 44 dma_alloc_from_dev_coherent instead for atomic coherent
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | dma-map-ops.h | 169 int dma_alloc_from_dev_coherent(struct device *dev, ssize_t size, 188 #define dma_alloc_from_dev_coherent(dev, size, handle, ret) (0) macro
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | dma-map-ops.h | 176 int dma_alloc_from_dev_coherent(struct device *dev, ssize_t size, 188 #define dma_alloc_from_dev_coherent(dev, size, handle, ret) (0) macro
|