/linux-6.12.1/drivers/media/pci/mantis/ |
D | mantis_pci.c | 58 err = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in mantis_pci_init()
|
/linux-6.12.1/drivers/virtio/ |
D | virtio_pci_legacy_dev.c | 36 dma_set_coherent_mask(&pci_dev->dev, in vp_legacy_probe()
|
/linux-6.12.1/include/linux/ |
D | dma-mapping.h | 137 int dma_set_coherent_mask(struct device *dev, u64 mask); 235 static inline int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 506 dma_set_coherent_mask(dev, mask); in dma_set_mask_and_coherent()
|
/linux-6.12.1/drivers/gpu/drm/stm/ |
D | drv.c | 195 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in stm_drm_platform_probe()
|
/linux-6.12.1/drivers/usb/host/ |
D | ohci-ps3.c | 120 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ohci_probe()
|
D | ehci-ps3.c | 136 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ehci_probe()
|
D | ehci-pci.c | 130 if (dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(31)) < 0) in ehci_pci_setup()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7996/ |
D | pci.c | 118 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in mt7996_pci_probe()
|
/linux-6.12.1/drivers/gpu/drm/sti/ |
D | sti_drv.c | 238 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_platform_probe()
|
/linux-6.12.1/drivers/gpu/drm/imx/ipuv3/ |
D | imx-drm-core.c | 292 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in imx_drm_platform_probe()
|
D | ipuv3-crtc.c | 437 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ipu_drm_probe()
|
/linux-6.12.1/drivers/uio/ |
D | uio_dmem_genirq.c | 190 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in uio_dmem_genirq_probe()
|
/linux-6.12.1/drivers/ata/ |
D | pata_ixp4xx_cf.c | 264 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ixp4xx_pata_probe()
|
/linux-6.12.1/drivers/media/platform/chips-media/coda/ |
D | imx-vdoa.c | 289 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in vdoa_probe()
|
/linux-6.12.1/drivers/net/wan/ |
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-6.12.1/Documentation/translations/zh_CN/PCI/ |
D | pci.rst | 264 同样,如果设备可以通过调用 ``dma_set_coherent_mask()`` 直接寻址到
|
/linux-6.12.1/drivers/pci/controller/dwc/ |
D | pcie-designware-host.c | 375 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in dw_pcie_msi_host_init() 382 dma_set_coherent_mask(dev, DMA_BIT_MASK(64)); in dw_pcie_msi_host_init()
|
/linux-6.12.1/kernel/dma/ |
D | mapping.c | 884 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 898 EXPORT_SYMBOL(dma_set_coherent_mask);
|
/linux-6.12.1/drivers/net/can/esd/ |
D | esd_402_pci-core.c | 270 err = dma_set_coherent_mask(&pdev->dev, PCI402_DMA_MASK); in pci402_init_dma()
|
/linux-6.12.1/drivers/soc/ti/ |
D | pruss.c | 509 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in pruss_probe()
|
/linux-6.12.1/drivers/platform/x86/dell/ |
D | dcdbas.c | 685 error = dma_set_coherent_mask(&dcdbas_pdev->dev, DMA_BIT_MASK(32)); in dcdbas_probe()
|
/linux-6.12.1/drivers/gpu/drm/lima/ |
D | lima_device.c | 360 dma_set_coherent_mask(ldev->dev, DMA_BIT_MASK(32)); in lima_device_init()
|
/linux-6.12.1/drivers/crypto/ccree/ |
D | cc_driver.c | 374 rc = dma_set_coherent_mask(dev, dma_mask); in init_cc_resources()
|
/linux-6.12.1/Documentation/core-api/ |
D | dma-api-howto.rst | 178 to dma_set_coherent_mask():: 180 int dma_set_coherent_mask(struct device *dev, u64 mask); 245 dma_set_coherent_mask(). 392 explicitly changed via dma_set_coherent_mask(). This is true of the
|
/linux-6.12.1/drivers/usb/dwc2/ |
D | platform.c | 453 retval = dma_set_coherent_mask(&dev->dev, DMA_BIT_MASK(32)); in dwc2_driver_probe()
|