Home
last modified time | relevance | path

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

1234

/Linux-v5.15/arch/arm/mach-ixp4xx/
Dcommon.c400 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function
412 EXPORT_SYMBOL(dma_set_coherent_mask);
/Linux-v5.15/drivers/media/pci/mantis/
Dmantis_pci.c58 err = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in mantis_pci_init()
/Linux-v5.15/include/linux/
Ddma-mapping.h144 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()
Dpci-dma-compat.h120 return dma_set_coherent_mask(&dev->dev, mask); in pci_set_consistent_dma_mask()
/Linux-v5.15/drivers/misc/mei/
Dpci-me.c196 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-v5.15/drivers/gpu/drm/stm/
Ddrv.c186 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in stm_drm_platform_probe()
/Linux-v5.15/drivers/usb/host/
Dohci-ps3.c120 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ohci_probe()
Dehci-ps3.c136 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ehci_probe()
Dehci-pci.c127 if (dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(31)) < 0) in ehci_pci_setup()
/Linux-v5.15/drivers/gpu/drm/sti/
Dsti_drv.c240 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_platform_probe()
/Linux-v5.15/drivers/gpu/drm/imx/
Dimx-drm-core.c294 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in imx_drm_platform_probe()
Dipuv3-crtc.c438 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ipu_drm_probe()
/Linux-v5.15/drivers/virtio/
Dvirtio_pci_legacy.c235 dma_set_coherent_mask(&pci_dev->dev, in virtio_pci_legacy_probe()
/Linux-v5.15/drivers/uio/
Duio_dmem_genirq.c191 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in uio_dmem_genirq_probe()
/Linux-v5.15/drivers/ata/
Dpata_ixp4xx_cf.c269 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ixp4xx_pata_probe()
/Linux-v5.15/drivers/soc/ti/
Dpruss.c224 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in pruss_probe()
/Linux-v5.15/drivers/media/platform/coda/
Dimx-vdoa.c290 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in vdoa_probe()
/Linux-v5.15/drivers/net/wan/
Dwanxl.c577 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-v5.15/drivers/media/pci/pt3/
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()
/Linux-v5.15/kernel/dma/
Dmapping.c753 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function
767 EXPORT_SYMBOL(dma_set_coherent_mask);
/Linux-v5.15/drivers/platform/x86/dell/
Ddcdbas.c672 error = dma_set_coherent_mask(&dcdbas_pdev->dev, DMA_BIT_MASK(32)); in dcdbas_probe()
/Linux-v5.15/drivers/crypto/ccree/
Dcc_driver.c376 rc = dma_set_coherent_mask(dev, dma_mask); in init_cc_resources()
/Linux-v5.15/drivers/gpu/drm/lima/
Dlima_device.c359 dma_set_coherent_mask(ldev->dev, DMA_BIT_MASK(32)); in lima_device_init()
/Linux-v5.15/drivers/usb/dwc2/
Dplatform.c470 retval = dma_set_coherent_mask(&dev->dev, DMA_BIT_MASK(32)); in dwc2_driver_probe()
/Linux-v5.15/Documentation/core-api/
Ddma-api-howto.rst178 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

1234