Searched refs:dma_declare_coherent_memory (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/arch/sh/drivers/pci/ |
D | fixups-dreamcast.c | 63 BUG_ON(dma_declare_coherent_memory(&dev->dev, in gapspci_fixup_resources()
|
/Linux-v6.6/include/linux/ |
D | dma-map-ops.h | 173 int dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr, 182 static inline int dma_declare_coherent_memory(struct device *dev, in dma_declare_coherent_memory() function
|
/Linux-v6.6/arch/sh/boards/mach-se/7724/ |
D | setup.c | 941 dma_declare_coherent_memory(&ms7724se_ceu_devices[0]->dev, in devices_setup() 947 dma_declare_coherent_memory(&ms7724se_ceu_devices[1]->dev, in devices_setup()
|
/Linux-v6.6/kernel/dma/ |
D | coherent.c | 117 int dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr, in dma_declare_coherent_memory() function
|
/Linux-v6.6/arch/sh/boards/mach-ap325rxa/ |
D | setup.c | 532 dma_declare_coherent_memory(&ap325rxa_ceu_device.dev, in ap325rxa_devices_setup()
|
/Linux-v6.6/arch/sh/boards/mach-kfr2r09/ |
D | setup.c | 604 dma_declare_coherent_memory(&kfr2r09_ceu_device.dev, in kfr2r09_devices_setup()
|
/Linux-v6.6/arch/sh/boards/mach-migor/ |
D | setup.c | 605 dma_declare_coherent_memory(&migor_ceu_device.dev, in migor_devices_setup()
|
/Linux-v6.6/arch/sh/boards/mach-ecovec24/ |
D | setup.c | 1455 dma_declare_coherent_memory(&ecovec_ceu_devices[0]->dev, in arch_setup() 1461 dma_declare_coherent_memory(&ecovec_ceu_devices[1]->dev, in arch_setup()
|
/Linux-v6.6/drivers/remoteproc/ |
D | remoteproc_virtio.c | 407 ret = dma_declare_coherent_memory(dev, pa, in rproc_add_virtio_dev()
|