Home
last modified time | relevance | path

Searched refs:dma_release_coherent_memory (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Ddma-map-ops.h175 void dma_release_coherent_memory(struct device *dev);
191 static inline void dma_release_coherent_memory(struct device *dev) { } in dma_release_coherent_memory() function
/openbmc/linux/kernel/dma/
H A Dcoherent.c133 void dma_release_coherent_memory(struct device *dev) in dma_release_coherent_memory() function
/openbmc/linux/drivers/remoteproc/
H A Dremoteproc_virtio.c355 dma_release_coherent_memory(&rvdev->pdev->dev); in rproc_virtio_dev_release()