/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/ |
H A 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); variable
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/ |
H A 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/ |
H A D | pci-dma-compat.h | 120 return dma_set_coherent_mask(&dev->dev, mask); in pci_set_consistent_dma_mask()
|
H A 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 416 * Note that we don't check the return value from dma_set_coherent_mask() 424 dma_set_coherent_mask(dev, mask); in dma_set_mask_and_coherent()
|
/kernel/linux/linux-6.6/drivers/virtio/ |
H A D | virtio_pci_legacy_dev.c | 36 dma_set_coherent_mask(&pci_dev->dev, in vp_legacy_probe()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dma-mapping.h | 145 int dma_set_coherent_mask(struct device *dev, u64 mask); 259 static inline int dma_set_coherent_mask(struct device *dev, u64 mask) in dma_set_coherent_mask() function 446 * Note that we don't check the return value from dma_set_coherent_mask() 454 dma_set_coherent_mask(dev, mask); in dma_set_mask_and_coherent()
|
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | pci-me.c | 201 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64))) { in mei_me_probe() 205 err = dma_set_coherent_mask(&pdev->dev, in mei_me_probe()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A 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/usb/host/ |
H A D | ohci-ps3.c | 120 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ohci_probe()
|
H A D | ehci-ps3.c | 136 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ehci_probe()
|
/kernel/linux/linux-5.10/drivers/virtio/ |
H A D | virtio_pci_legacy.c | 235 dma_set_coherent_mask(&pci_dev->dev, in virtio_pci_legacy_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/ |
H A D | imx-drm-core.c | 287 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in imx_drm_platform_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/stm/ |
H A 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/sti/ |
H A D | sti_drv.c | 240 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_platform_probe()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-ps3.c | 120 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ohci_probe()
|
H A D | ehci-ps3.c | 136 dma_set_coherent_mask(&dev->core, dummy_mask); in ps3_ehci_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/ipuv3/ |
H A D | imx-drm-core.c | 290 ret = dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in imx_drm_platform_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/stm/ |
H A D | drv.c | 194 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in stm_drm_platform_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A D | sti_drv.c | 236 dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in sti_platform_probe()
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_loongson.c | 627 dma_set_coherent_mask(chip->card->dev, DMA_BIT_MASK(64)); in azx_first_init() 630 dma_set_coherent_mask(chip->card->dev, DMA_BIT_MASK(32)); in azx_first_init()
|
/kernel/linux/linux-5.10/kernel/dma/ |
H A 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); variable
|
/kernel/linux/linux-5.10/drivers/media/platform/coda/ |
H A 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/soc/ti/ |
H A D | pruss.c | 183 ret = dma_set_coherent_mask(dev, DMA_BIT_MASK(32)); in pruss_probe()
|
/kernel/linux/linux-5.10/drivers/uio/ |
H A D | uio_dmem_genirq.c | 187 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32)); in uio_dmem_genirq_probe()
|