Searched refs:dma_alloc_from_dev_coherent (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | dma-map-ops.h | 181 int dma_alloc_from_dev_coherent(struct device *dev, ssize_t size, 193 #define dma_alloc_from_dev_coherent(dev, size, handle, ret) (0) macro
|
/linux-6.3-rc2/Documentation/devicetree/bindings/reserved-memory/ |
A D | shared-dma-pool.yaml | 44 dma_alloc_from_dev_coherent instead for atomic coherent
|
/linux-6.3-rc2/kernel/dma/ |
A D | coherent.c | 185 int dma_alloc_from_dev_coherent(struct device *dev, ssize_t size, in dma_alloc_from_dev_coherent() function
|
A D | mapping.c | 509 if (dma_alloc_from_dev_coherent(dev, size, dma_handle, &cpu_addr)) in dma_alloc_attrs()
|
Completed in 9 milliseconds