Searched full:dma_alloc_from_dev_coherent (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/dma/ |
H A 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
|
H A D | mapping.c | 513 if (dma_alloc_from_dev_coherent(dev, size, dma_handle, &cpu_addr)) in dma_alloc_attrs()
|
/openbmc/linux/Documentation/devicetree/bindings/reserved-memory/ |
H A D | shared-dma-pool.yaml | 44 dma_alloc_from_dev_coherent instead for atomic coherent
|
/openbmc/linux/include/linux/ |
H A 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
|