Home
last modified time | relevance | path

Searched refs:dma_set_coherent_mask (Results 1 – 25 of 119) sorted by relevance

12345

/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/
H A Dcommon.c317 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function
329 EXPORT_SYMBOL(dma_set_coherent_mask);
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-mapping.h159 int dma_set_coherent_mask(struct device *dev, u64 mask);
257 static inline int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function
441 dma_set_coherent_mask(dev, mask); in dma_set_mask_and_coherent()
H A Dpci-dma-compat.h120 return dma_set_coherent_mask(&dev->dev, mask); in pci_set_consistent_dma_mask()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/bdc/
H A Dbdc_pci.c86 dma_set_coherent_mask(&bdc->dev, pci->dev.coherent_dma_mask); in bdc_pci_probe()
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dpci-me.c199 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64))) { in mei_me_probe()
203 err = dma_set_coherent_mask(&pdev->dev, in mei_me_probe()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_unisoc83 dma_set_coherent_mask
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_ixp4xx_cf.c157 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in ixp4xx_pata_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/stm/
H A Ddrv.c186 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in stm_drm_platform_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/
H A Dimx-drm-core.c287 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in imx_drm_platform_probe()
/OK3568_Linux_fs/kernel/kernel/dma/
H A Dmapping.c597 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function
611 EXPORT_SYMBOL(dma_set_coherent_mask);
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-ps3.c120 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ohci_probe()
H A Dehci-ps3.c136 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ehci_probe()
H A Dehci-pci.c130 if (dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(31)) < 0) in ehci_pci_setup()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/
H A Dsti_drv.c240 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_platform_probe()
/OK3568_Linux_fs/kernel/drivers/virtio/
H A Dvirtio_pci_legacy.c235 dma_set_coherent_mask(&pci_dev->dev, in virtio_pci_legacy_probe()
/OK3568_Linux_fs/kernel/sound/soc/tegra/
H A Dtegra_pcm.c262 ret = dma_set_coherent_mask(card->dev, DMA_BIT_MASK(32)); in tegra_pcm_dma_allocate()
/OK3568_Linux_fs/kernel/drivers/soc/ti/
H A Dpruss.c183 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in pruss_probe()
/OK3568_Linux_fs/kernel/drivers/media/pci/pt3/
H A Dpt3.c718 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in pt3_probe()
722 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in pt3_probe()
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dwanxl.c583 if (dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(28)) || in wanxl_pci_init_one()
629 if (dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)) || in wanxl_pci_init_one()
/OK3568_Linux_fs/kernel/sound/pci/au88x0/
H A Dau88x0.c155 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)) < 0) { in snd_vortex_create()
/OK3568_Linux_fs/kernel/drivers/uio/
H A Duio_dmem_genirq.c186 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in uio_dmem_genirq_probe()
/OK3568_Linux_fs/kernel/drivers/media/platform/coda/
H A Dimx-vdoa.c290 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in vdoa_probe()
/OK3568_Linux_fs/kernel/sound/pci/cs5535audio/
H A Dcs5535audio.c273 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)) < 0) { in snd_cs5535audio_create()
/OK3568_Linux_fs/kernel/sound/soc/intel/skylake/
H A Dskl.c954 dma_set_coherent_mask(bus->dev, DMA_BIT_MASK(64)); in skl_first_init()
957 dma_set_coherent_mask(bus->dev, DMA_BIT_MASK(32)); in skl_first_init()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/
H A Diep_iommu_drm.c110 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in iep_drm_attach_unlock()

12345