Home
last modified time | relevance | path

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

123

/linux/rust/helpers/
H A Ddma.c33 return dma_set_coherent_mask(dev, mask); in rust_helper_dma_set_coherent_mask()
/linux/rust/kernel/
H A Ddma.rs60 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 Dmantis_pci.c58 err = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in mantis_pci_init()
/linux/drivers/virtio/
H A Dvirtio_pci_legacy_dev.c36 dma_set_coherent_mask(&pci_dev->dev, in vp_legacy_probe()
H A Dvirtio_mmio.c630 dma_set_coherent_mask(&pdev->dev, in virtio_mmio_probe()
/linux/include/linux/
H A Ddma-mapping.h188 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 Dsti_drv.c237 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_platform_probe()
/linux/drivers/usb/host/
H A Dehci-ps3.c136 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ehci_probe()
H A Dohci-ps3.c120 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ohci_probe()
/linux/drivers/ata/
H A Dpata_ixp4xx_cf.c264 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ixp4xx_pata_probe()
H A Dsata_highbank.c513 dma_set_coherent_mask(dev, DMA_BIT_MASK(64)); in ahci_highbank_probe()
/linux/drivers/media/platform/chips-media/coda/
H A Dimx-vdoa.c289 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in vdoa_probe()
/linux/drivers/net/wan/
H 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/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-crtc.c435 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ipu_drm_probe()
/linux/kernel/dma/
H A Dmapping.c927 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 Ddcdbas.c686 error = dma_set_coherent_mask(&dcdbas_pdev->dev, DMA_BIT_MASK(32)); in dcdbas_probe()
/linux/drivers/gpu/drm/lima/
H A Dlima_device.c360 dma_set_coherent_mask(ldev->dev, DMA_BIT_MASK(32)); in lima_device_init()
/linux/drivers/net/ethernet/altera/
H A Daltera_tse_main.c1221 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 Dplatform.c456 retval = dma_set_coherent_mask(&dev->dev, DMA_BIT_MASK(32)); in dwc2_driver_probe()
/linux/drivers/dma/
H A Dloongson1-apb-dma.c177 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ls1x_dma_alloc_chan_resources()
/linux/drivers/mtd/nand/
H A Dqpic_common.c677 ret = dma_set_coherent_mask(nandc->dev, DMA_BIT_MASK(32)); in qcom_nandc_alloc()
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.c659 dma_set_coherent_mask(dev, DMA_BIT_MASK(32))) { in etnaviv_pdev_probe()
/linux/drivers/net/wireless/intersil/p54/
H A Dp54pci.c579 err = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in p54p_probe()
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_pci.c875 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64)); in t7xx_pci_probe()
/linux/drivers/net/ethernet/airoha/
H A Dairoha_npu.c769 err = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in airoha_npu_probe()

123