Searched refs:dma_declare_coherent_memory (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/arch/arm/mach-imx/ |
D | mach-imx27_visstrim_m10.c | 260 dma_declare_coherent_memory(&pdev->dev, mx2_camera_base, in visstrim_analog_camera_init() 445 dma_declare_coherent_memory(&pdev->dev, in visstrim_coda_init() 465 dma_declare_coherent_memory(&pdev->dev, in visstrim_deinterlace_init() 486 ret = dma_declare_coherent_memory(&pdev->dev, in visstrim_emmaprp_init()
|
D | mach-mx31moboard.c | 476 ret = dma_declare_coherent_memory(&pdev->dev, in mx31moboard_init_cam()
|
/Linux-v4.19/arch/sh/drivers/pci/ |
D | fixups-dreamcast.c | 66 BUG_ON(dma_declare_coherent_memory(&dev->dev, in gapspci_fixup_resources()
|
/Linux-v4.19/kernel/dma/ |
D | coherent.c | 112 int dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr, in dma_declare_coherent_memory() function 127 EXPORT_SYMBOL(dma_declare_coherent_memory);
|
D | mapping.c | 176 rc = dma_declare_coherent_memory(dev, phys_addr, device_addr, size, in dmam_declare_coherent_memory()
|
/Linux-v4.19/drivers/usb/host/ |
D | ohci-sm501.c | 127 retval = dma_declare_coherent_memory(dev, mem->start, in ohci_hcd_sm501_drv_probe()
|
D | ohci-tmio.c | 227 ret = dma_declare_coherent_memory(&dev->dev, sram->start, sram->start, in ohci_hcd_tmio_drv_probe()
|
/Linux-v4.19/arch/sh/boards/mach-se/7724/ |
D | setup.c | 941 dma_declare_coherent_memory(&ms7724se_ceu_devices[0]->dev, in devices_setup() 950 dma_declare_coherent_memory(&ms7724se_ceu_devices[1]->dev, in devices_setup()
|
/Linux-v4.19/include/linux/ |
D | dma-mapping.h | 730 int dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr, 737 dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr, in dma_declare_coherent_memory() function
|
/Linux-v4.19/arch/sh/boards/mach-ap325rxa/ |
D | setup.c | 531 dma_declare_coherent_memory(&ap325rxa_ceu_device.dev, in ap325rxa_devices_setup()
|
/Linux-v4.19/arch/sh/boards/mach-kfr2r09/ |
D | setup.c | 606 dma_declare_coherent_memory(&kfr2r09_ceu_device.dev, in kfr2r09_devices_setup()
|
/Linux-v4.19/arch/sh/boards/mach-migor/ |
D | setup.c | 607 dma_declare_coherent_memory(&migor_ceu_device.dev, in migor_devices_setup()
|
/Linux-v4.19/arch/sh/boards/mach-ecovec24/ |
D | setup.c | 1400 dma_declare_coherent_memory(&ecovec_ceu_devices[0]->dev, in arch_setup() 1409 dma_declare_coherent_memory(&ecovec_ceu_devices[1]->dev, in arch_setup()
|
/Linux-v4.19/drivers/media/platform/soc_camera/ |
D | sh_mobile_ceu_camera.c | 1709 err = dma_declare_coherent_memory(&pdev->dev, res->start, in sh_mobile_ceu_probe()
|
/Linux-v4.19/Documentation/ |
D | DMA-API.txt | 577 dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr,
|