Searched refs:dma_declare_coherent_memory (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/arch/arm/mach-imx/ |
D | mach-imx27_visstrim_m10.c | 261 dma = dma_declare_coherent_memory(&pdev->dev, in visstrim_analog_camera_init() 450 dma = dma_declare_coherent_memory(&pdev->dev, in visstrim_coda_init() 473 dma = dma_declare_coherent_memory(&pdev->dev, in visstrim_deinterlace_init() 496 dma = dma_declare_coherent_memory(&pdev->dev, in visstrim_emmaprp_init()
|
D | mach-mx35_3ds.c | 278 dma = dma_declare_coherent_memory(&pdev->dev, in imx35_3ds_init_camera()
|
D | mach-mx31moboard.c | 487 dma = dma_declare_coherent_memory(&pdev->dev, in mx31moboard_init_cam()
|
D | mach-pcm037.c | 422 dma = dma_declare_coherent_memory(&pdev->dev, in pcm037_init_camera()
|
D | mach-mx31_3ds.c | 195 dma = dma_declare_coherent_memory(&pdev->dev, in mx31_3ds_init_camera()
|
/linux-4.4.14/include/asm-generic/ |
D | dma-coherent.h | 19 int dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr,
|
/linux-4.4.14/arch/sh/drivers/pci/ |
D | fixups-dreamcast.c | 66 BUG_ON(!dma_declare_coherent_memory(&dev->dev, in gapspci_fixup_resources()
|
/linux-4.4.14/drivers/base/ |
D | dma-coherent.c | 87 int dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr, in dma_declare_coherent_memory() function 104 EXPORT_SYMBOL(dma_declare_coherent_memory);
|
D | dma-mapping.c | 200 rc = dma_declare_coherent_memory(dev, phys_addr, device_addr, size, in dmam_declare_coherent_memory()
|
/linux-4.4.14/drivers/usb/host/ |
D | ohci-sm501.c | 126 if (!dma_declare_coherent_memory(dev, mem->start, in ohci_hcd_sm501_drv_probe()
|
D | ohci-tmio.c | 230 if (!dma_declare_coherent_memory(&dev->dev, sram->start, in ohci_hcd_tmio_drv_probe()
|
/linux-4.4.14/drivers/scsi/ |
D | NCR_Q720.c | 219 if (dma_declare_coherent_memory(dev, base_addr, base_addr, in NCR_Q720_probe()
|
/linux-4.4.14/include/linux/ |
D | dma-mapping.h | 213 dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr, in dma_declare_coherent_memory() function
|
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc.c | 1047 if (dma_declare_coherent_memory(dev->mem_dev_l, mem_info[0], in s5p_mfc_alloc_memdevs() 1064 if (dma_declare_coherent_memory(dev->mem_dev_r, mem_info[0], in s5p_mfc_alloc_memdevs()
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | sh_mobile_ceu_camera.c | 1820 err = dma_declare_coherent_memory(&pdev->dev, res->start, in sh_mobile_ceu_probe()
|
/linux-4.4.14/Documentation/ |
D | DMA-API.txt | 494 dma_declare_coherent_memory(struct device *dev, phys_addr_t phys_addr,
|