Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/drivers/media/pci/mantis/
A Dmantis_pci.c58 err = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in mantis_pci_init()
/linux-6.3-rc2/include/linux/
A Ddma-mapping.h144 int dma_set_coherent_mask(struct device *dev, u64 mask);
258 static inline int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function
451 dma_set_coherent_mask(dev, mask); in dma_set_mask_and_coherent()
/linux-6.3-rc2/drivers/virtio/
A Dvirtio_pci_legacy_dev.c36 dma_set_coherent_mask(&pci_dev->dev, in vp_legacy_probe()
/linux-6.3-rc2/drivers/gpu/drm/stm/
A Ddrv.c192 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in stm_drm_platform_probe()
/linux-6.3-rc2/drivers/usb/host/
A Dohci-ps3.c120 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ohci_probe()
A Dehci-ps3.c136 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ehci_probe()
A Dehci-pci.c130 if (dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(31)) < 0) in ehci_pci_setup()
/linux-6.3-rc2/drivers/gpu/drm/sti/
A Dsti_drv.c234 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_platform_probe()
/linux-6.3-rc2/drivers/gpu/drm/imx/ipuv3/
A Dimx-drm-core.c290 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in imx_drm_platform_probe()
A Dipuv3-crtc.c437 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ipu_drm_probe()
/linux-6.3-rc2/drivers/uio/
A Duio_dmem_genirq.c197 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in uio_dmem_genirq_probe()
/linux-6.3-rc2/drivers/ata/
A Dpata_ixp4xx_cf.c269 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ixp4xx_pata_probe()
A Dsata_highbank.c512 dma_set_coherent_mask(dev, DMA_BIT_MASK(64)); in ahci_highbank_probe()
/linux-6.3-rc2/drivers/soc/ti/
A Dpruss.c224 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in pruss_probe()
/linux-6.3-rc2/drivers/media/platform/chips-media/
A Dimx-vdoa.c289 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in vdoa_probe()
/linux-6.3-rc2/drivers/net/wan/
A 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-6.3-rc2/Documentation/translations/zh_CN/PCI/
A Dpci.rst264 同样,如果设备可以通过调用 ``dma_set_coherent_mask()`` 直接寻址到
/linux-6.3-rc2/kernel/dma/
A Dmapping.c782 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function
796 EXPORT_SYMBOL(dma_set_coherent_mask);
/linux-6.3-rc2/drivers/platform/x86/dell/
A Ddcdbas.c685 error = dma_set_coherent_mask(&dcdbas_pdev->dev, DMA_BIT_MASK(32)); in dcdbas_probe()
/linux-6.3-rc2/drivers/crypto/ccree/
A Dcc_driver.c375 rc = dma_set_coherent_mask(dev, dma_mask); in init_cc_resources()
/linux-6.3-rc2/drivers/usb/dwc2/
A Dplatform.c424 retval = dma_set_coherent_mask(&dev->dev, DMA_BIT_MASK(32)); in dwc2_driver_probe()
/linux-6.3-rc2/drivers/gpu/drm/lima/
A Dlima_device.c360 dma_set_coherent_mask(ldev->dev, DMA_BIT_MASK(32)); in lima_device_init()
/linux-6.3-rc2/Documentation/core-api/
A 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
/linux-6.3-rc2/drivers/remoteproc/
A Dxlnx_r5_remoteproc.c638 ret = dma_set_coherent_mask(cdev, DMA_BIT_MASK(32)); in zynqmp_r5_add_rproc_core()
/linux-6.3-rc2/drivers/net/wwan/t7xx/
A Dt7xx_pci.c691 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in t7xx_pci_probe()

Completed in 51 milliseconds

1234