/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/ |
D | common.c | 317 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/ |
D | bdc_pci.c | 86 dma_set_coherent_mask(&bdc->dev, pci->dev.coherent_dma_mask); in bdc_pci_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
D | dma-mapping.h | 142 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()
|
D | pci-dma-compat.h | 120 return dma_set_coherent_mask(&dev->dev, mask); in pci_set_consistent_dma_mask()
|
/kernel/linux/linux-5.10/drivers/misc/mei/ |
D | pci-me.c | 196 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/ |
D | pata_ixp4xx_cf.c | 157 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in ixp4xx_pata_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/stm/ |
D | drv.c | 186 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in stm_drm_platform_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/ |
D | imx-drm-core.c | 287 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in imx_drm_platform_probe()
|
D | ipuv3-crtc.c | 470 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in ipu_drm_probe()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | ohci-ps3.c | 120 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ohci_probe()
|
D | ehci-ps3.c | 136 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ehci_probe()
|
D | ehci-pci.c | 127 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/ |
D | sti_drv.c | 240 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_platform_probe()
|
/kernel/linux/linux-5.10/drivers/virtio/ |
D | virtio_pci_legacy.c | 235 dma_set_coherent_mask(&pci_dev->dev, in virtio_pci_legacy_probe()
|
/kernel/linux/linux-5.10/kernel/dma/ |
D | mapping.c | 594 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/ |
D | tegra_pcm.c | 262 ret = dma_set_coherent_mask(card->dev, DMA_BIT_MASK(32)); in tegra_pcm_dma_allocate()
|
/kernel/linux/linux-5.10/drivers/soc/ti/ |
D | pruss.c | 183 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in pruss_probe()
|
/kernel/linux/linux-5.10/drivers/media/platform/coda/ |
D | imx-vdoa.c | 290 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in vdoa_probe()
|
/kernel/linux/linux-5.10/drivers/uio/ |
D | uio_dmem_genirq.c | 186 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in uio_dmem_genirq_probe()
|
/kernel/linux/linux-5.10/sound/pci/au88x0/ |
D | au88x0.c | 155 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)) < 0) { in snd_vortex_create()
|
/kernel/linux/linux-5.10/sound/pci/cs5535audio/ |
D | cs5535audio.c | 273 dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(32)) < 0) { in snd_cs5535audio_create()
|
/kernel/linux/linux-5.10/drivers/media/pci/pt3/ |
D | pt3.c | 718 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/ |
D | wanxl.c | 583 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/ |
D | skl.c | 954 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/ |
D | hda.c | 816 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()
|