Home
last modified time | relevance | path

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

1234

/Linux-v5.4/arch/arm/mach-ixp4xx/
Dcommon.c317 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function
329 EXPORT_SYMBOL(dma_set_coherent_mask);
/Linux-v5.4/arch/arm/common/
Dit8152.c274 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function
352 EXPORT_SYMBOL(dma_set_coherent_mask);
/Linux-v5.4/drivers/usb/gadget/udc/bdc/
Dbdc_pci.c86 dma_set_coherent_mask(&bdc->dev, pci->dev.coherent_dma_mask); in bdc_pci_probe()
/Linux-v5.4/kernel/dma/
Dmapping.c384 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function
398 EXPORT_SYMBOL(dma_set_coherent_mask);
/Linux-v5.4/drivers/misc/mei/
Dpci-me.c181 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64))) { in mei_me_probe()
185 err = dma_set_coherent_mask(&pdev->dev, in mei_me_probe()
/Linux-v5.4/include/linux/
Dpci-dma-compat.h120 return dma_set_coherent_mask(&dev->dev, mask); in pci_set_consistent_dma_mask()
Ddma-mapping.h464 int dma_set_coherent_mask(struct device *dev, u64 mask);
565 static inline int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function
672 dma_set_coherent_mask(dev, mask); in dma_set_mask_and_coherent()
/Linux-v5.4/drivers/remoteproc/
Domap_remoteproc.c185 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in omap_rproc_probe()
/Linux-v5.4/drivers/ata/
Dpata_ixp4xx_cf.c157 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in ixp4xx_pata_probe()
/Linux-v5.4/drivers/gpu/drm/stm/
Ddrv.c199 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in stm_drm_platform_probe()
/Linux-v5.4/drivers/usb/host/
Dehci-ps3.c136 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ehci_probe()
Dohci-ps3.c120 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ohci_probe()
/Linux-v5.4/drivers/gpu/drm/imx/
Dimx-drm-core.c302 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in imx_drm_platform_probe()
/Linux-v5.4/sound/soc/sof/intel/
Dhda.c573 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(64)); in hda_dsp_probe()
577 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)); in hda_dsp_probe()
/Linux-v5.4/drivers/virtio/
Dvirtio_pci_legacy.c235 dma_set_coherent_mask(&pci_dev->dev, in virtio_pci_legacy_probe()
/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_drv.c262 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_platform_probe()
/Linux-v5.4/drivers/uio/
Duio_dmem_genirq.c193 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in uio_dmem_genirq_probe()
/Linux-v5.4/sound/pci/au88x0/
Dau88x0.c155 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)) < 0) { in snd_vortex_create()
/Linux-v5.4/drivers/media/platform/coda/
Dimx-vdoa.c290 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in vdoa_probe()
/Linux-v5.4/sound/pci/cs5535audio/
Dcs5535audio.c274 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)) < 0) { in snd_cs5535audio_create()
/Linux-v5.4/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.4/drivers/usb/dwc2/
Dplatform.c389 retval = dma_set_coherent_mask(&dev->dev, DMA_BIT_MASK(32)); in dwc2_driver_probe()
/Linux-v5.4/drivers/gpu/drm/lima/
Dlima_device.c295 dma_set_coherent_mask(ldev->dev, DMA_BIT_MASK(32)); in lima_device_init()
/Linux-v5.4/sound/soc/intel/skylake/
Dskl.c957 dma_set_coherent_mask(bus->dev, DMA_BIT_MASK(64)); in skl_first_init()
960 dma_set_coherent_mask(bus->dev, DMA_BIT_MASK(32)); in skl_first_init()
/Linux-v5.4/drivers/platform/x86/
Ddcdbas.c656 error = dma_set_coherent_mask(&dcdbas_pdev->dev, DMA_BIT_MASK(32)); in dcdbas_probe()

1234