| /linux/rust/helpers/ |
| H A D | dma.c | 33 return dma_set_coherent_mask(dev, mask); in rust_helper_dma_set_coherent_mask()
|
| /linux/rust/kernel/ |
| H A D | dma.rs | 60 unsafe fn dma_set_coherent_mask(&self, mask: DmaMask) -> Result { in dma_set_coherent_mask() method 65 to_result(unsafe { bindings::dma_set_coherent_mask(self.as_ref().as_raw(), mask.value()) }) in dma_set_coherent_mask()
|
| /linux/drivers/media/pci/mantis/ |
| H A D | mantis_pci.c | 58 err = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in mantis_pci_init()
|
| /linux/drivers/virtio/ |
| H A D | virtio_pci_legacy_dev.c | 36 dma_set_coherent_mask(&pci_dev->dev, in vp_legacy_probe()
|
| H A D | virtio_mmio.c | 630 dma_set_coherent_mask(&pdev->dev, in virtio_mmio_probe()
|
| /linux/include/linux/ |
| H A D | dma-mapping.h | 188 int dma_set_coherent_mask(struct device *dev, u64 mask); 295 static inline int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 635 dma_set_coherent_mask(dev, mask); in dma_set_mask_and_coherent()
|
| /linux/drivers/gpu/drm/sti/ |
| H A D | sti_drv.c | 237 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_platform_probe()
|
| /linux/drivers/usb/host/ |
| H A D | ehci-ps3.c | 136 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ehci_probe()
|
| H A D | ohci-ps3.c | 120 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ohci_probe()
|
| /linux/drivers/ata/ |
| H A D | pata_ixp4xx_cf.c | 264 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ixp4xx_pata_probe()
|
| H A D | sata_highbank.c | 513 dma_set_coherent_mask(dev, DMA_BIT_MASK(64)); in ahci_highbank_probe()
|
| /linux/drivers/media/platform/chips-media/coda/ |
| H A D | imx-vdoa.c | 289 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in vdoa_probe()
|
| /linux/drivers/net/wan/ |
| H 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/drivers/gpu/drm/imx/ipuv3/ |
| H A D | ipuv3-crtc.c | 435 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ipu_drm_probe()
|
| /linux/kernel/dma/ |
| H A D | mapping.c | 927 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 941 EXPORT_SYMBOL(dma_set_coherent_mask);
|
| /linux/drivers/platform/x86/dell/ |
| H A D | dcdbas.c | 686 error = dma_set_coherent_mask(&dcdbas_pdev->dev, DMA_BIT_MASK(32)); in dcdbas_probe()
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_device.c | 360 dma_set_coherent_mask(ldev->dev, DMA_BIT_MASK(32)); in lima_device_init()
|
| /linux/drivers/net/ethernet/altera/ |
| H A D | altera_tse_main.c | 1221 dma_set_coherent_mask(priv->device, in altera_tse_probe() 1224 dma_set_coherent_mask(priv->device, DMA_BIT_MASK(32)); in altera_tse_probe()
|
| /linux/drivers/usb/dwc2/ |
| H A D | platform.c | 456 retval = dma_set_coherent_mask(&dev->dev, DMA_BIT_MASK(32)); in dwc2_driver_probe()
|
| /linux/drivers/dma/ |
| H A D | loongson1-apb-dma.c | 177 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ls1x_dma_alloc_chan_resources()
|
| /linux/drivers/mtd/nand/ |
| H A D | qpic_common.c | 677 ret = dma_set_coherent_mask(nandc->dev, DMA_BIT_MASK(32)); in qcom_nandc_alloc()
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_drv.c | 659 dma_set_coherent_mask(dev, DMA_BIT_MASK(32))) { in etnaviv_pdev_probe()
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | p54pci.c | 579 err = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in p54p_probe()
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_pci.c | 875 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in t7xx_pci_probe()
|
| /linux/drivers/net/ethernet/airoha/ |
| H A D | airoha_npu.c | 769 err = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in airoha_npu_probe()
|