Home
last modified time | relevance | path

Searched refs:dma_declare_coherent_memory (Results 1 – 4 of 4) sorted by relevance

/linux/arch/sh/drivers/pci/
H A Dfixups-dreamcast.c63 BUG_ON(dma_declare_coherent_memory(&dev->dev, in gapspci_fixup_resources()
/linux/include/linux/
H A Ddma-map-ops.h151 int dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr,
160 static inline int dma_declare_coherent_memory(struct device *dev, in dma_declare_coherent_memory() function
/linux/kernel/dma/
H A Dcoherent.c117 int dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr, in dma_declare_coherent_memory() function
/linux/drivers/remoteproc/
H A Dremoteproc_virtio.c410 ret = dma_declare_coherent_memory(dev, pa, in rproc_add_virtio_dev()