Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/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);
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
Dbdc_pci.c86 dma_set_coherent_mask(&bdc->dev, pci->dev.coherent_dma_mask); in bdc_pci_probe()
/kernel/linux/linux-5.10/include/linux/
Ddma-mapping.h142 int dma_set_coherent_mask(struct device *dev, u64 mask);
240 static inline int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function
424 dma_set_coherent_mask(dev, mask); in dma_set_mask_and_coherent()
Dpci-dma-compat.h120 return dma_set_coherent_mask(&dev->dev, mask); in pci_set_consistent_dma_mask()
/kernel/linux/linux-5.10/drivers/misc/mei/
Dpci-me.c196 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64))) { in mei_me_probe()
200 err = dma_set_coherent_mask(&pdev->dev, in mei_me_probe()
/kernel/linux/linux-5.10/drivers/ata/
Dpata_ixp4xx_cf.c157 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in ixp4xx_pata_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/stm/
Ddrv.c186 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in stm_drm_platform_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/
Dimx-drm-core.c287 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in imx_drm_platform_probe()
Dipuv3-crtc.c470 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ipu_drm_probe()
/kernel/linux/linux-5.10/drivers/usb/host/
Dohci-ps3.c120 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ohci_probe()
Dehci-ps3.c136 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ehci_probe()
Dehci-pci.c127 if (dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(31)) < 0) in ehci_pci_setup()
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
Dsti_drv.c240 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_platform_probe()
/kernel/linux/linux-5.10/drivers/virtio/
Dvirtio_pci_legacy.c235 dma_set_coherent_mask(&pci_dev->dev, in virtio_pci_legacy_probe()
/kernel/linux/linux-5.10/kernel/dma/
Dmapping.c594 int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function
608 EXPORT_SYMBOL(dma_set_coherent_mask);
/kernel/linux/linux-5.10/sound/soc/tegra/
Dtegra_pcm.c262 ret = dma_set_coherent_mask(card->dev, DMA_BIT_MASK(32)); in tegra_pcm_dma_allocate()
/kernel/linux/linux-5.10/drivers/soc/ti/
Dpruss.c183 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in pruss_probe()
/kernel/linux/linux-5.10/drivers/media/platform/coda/
Dimx-vdoa.c290 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in vdoa_probe()
/kernel/linux/linux-5.10/drivers/uio/
Duio_dmem_genirq.c186 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in uio_dmem_genirq_probe()
/kernel/linux/linux-5.10/sound/pci/au88x0/
Dau88x0.c155 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)) < 0) { in snd_vortex_create()
/kernel/linux/linux-5.10/sound/pci/cs5535audio/
Dcs5535audio.c273 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)) < 0) { in snd_cs5535audio_create()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/net/wan/
Dwanxl.c583 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()
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
Dskl.c954 dma_set_coherent_mask(bus->dev, DMA_BIT_MASK(64)); in skl_first_init()
957 dma_set_coherent_mask(bus->dev, DMA_BIT_MASK(32)); in skl_first_init()
/kernel/linux/linux-5.10/sound/soc/sof/intel/
Dhda.c816 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(64)); in hda_dsp_probe()
820 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)); in hda_dsp_probe()

12345