/linux/arch/arm/mach-ixp4xx/ |
A D | common.c | 400 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 412 EXPORT_SYMBOL(dma_set_coherent_mask);
|
/linux/include/linux/ |
A D | dma-mapping.h | 144 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 446 dma_set_coherent_mask(dev, mask); in dma_set_mask_and_coherent()
|
A D | pci-dma-compat.h | 120 return dma_set_coherent_mask(&dev->dev, mask); in pci_set_consistent_dma_mask()
|
/linux/drivers/media/pci/mantis/ |
A D | mantis_pci.c | 58 err = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in mantis_pci_init()
|
/linux/drivers/misc/mei/ |
A D | pci-me.c | 196 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64))) { in mei_me_probe() 200 err = dma_set_coherent_mask(&pdev->dev, in mei_me_probe()
|
/linux/drivers/virtio/ |
A D | virtio_pci_legacy_dev.c | 36 dma_set_coherent_mask(&pci_dev->dev, in vp_legacy_probe()
|
/linux/drivers/gpu/drm/stm/ |
A D | drv.c | 186 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in stm_drm_platform_probe()
|
/linux/drivers/usb/host/ |
A D | ehci-ps3.c | 136 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ehci_probe()
|
A D | ohci-ps3.c | 120 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ohci_probe()
|
A D | ehci-pci.c | 127 if (dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(31)) < 0) in ehci_pci_setup()
|
/linux/drivers/gpu/drm/imx/ |
A D | imx-drm-core.c | 292 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in imx_drm_platform_probe()
|
A D | ipuv3-crtc.c | 438 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ipu_drm_probe()
|
/linux/drivers/gpu/drm/sti/ |
A D | sti_drv.c | 240 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_platform_probe()
|
/linux/drivers/uio/ |
A D | uio_dmem_genirq.c | 191 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in uio_dmem_genirq_probe()
|
/linux/drivers/ata/ |
A D | pata_ixp4xx_cf.c | 269 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ixp4xx_pata_probe()
|
/linux/drivers/soc/ti/ |
A D | pruss.c | 224 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in pruss_probe()
|
/linux/drivers/media/platform/coda/ |
A D | imx-vdoa.c | 290 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in vdoa_probe()
|
/linux/drivers/media/pci/pt3/ |
A D | pt3.c | 718 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()
|
/linux/drivers/net/wan/ |
A D | wanxl.c | 577 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()
|
/linux/kernel/dma/ |
A D | mapping.c | 749 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 763 EXPORT_SYMBOL(dma_set_coherent_mask);
|
/linux/drivers/platform/x86/dell/ |
A D | dcdbas.c | 672 error = dma_set_coherent_mask(&dcdbas_pdev->dev, DMA_BIT_MASK(32)); in dcdbas_probe()
|
/linux/drivers/crypto/ccree/ |
A D | cc_driver.c | 377 rc = dma_set_coherent_mask(dev, dma_mask); in init_cc_resources()
|
/linux/drivers/gpu/drm/lima/ |
A D | lima_device.c | 360 dma_set_coherent_mask(ldev->dev, DMA_BIT_MASK(32)); in lima_device_init()
|
/linux/Documentation/core-api/ |
A D | dma-api-howto.rst | 178 to dma_set_coherent_mask():: 180 int dma_set_coherent_mask(struct device *dev, u64 mask); 225 dma_set_coherent_mask(). 372 explicitly changed via dma_set_coherent_mask(). This is true of the
|
/linux/drivers/usb/dwc2/ |
A D | platform.c | 470 retval = dma_set_coherent_mask(&dev->dev, DMA_BIT_MASK(32)); in dwc2_driver_probe()
|