Searched refs:set_dma_ops (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/arch/arc/mm/ |
D | dma.c | 181 set_dma_ops(dev, &dma_direct_ops); in arch_setup_dma_ops() 184 set_dma_ops(dev, &dma_noncoherent_ops); in arch_setup_dma_ops()
|
/Linux-v4.19/arch/powerpc/sysdev/ |
D | dart_iommu.c | 406 set_dma_ops(dev, &dma_nommu_ops); in dart_dma_set_mask() 409 set_dma_ops(dev, &dma_iommu_ops); in dart_dma_set_mask()
|
D | fsl_pci.c | 138 set_dma_ops(dev, &dma_nommu_ops); in fsl_pci_dma_set_mask()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | dma-swiotlb.c | 92 set_dma_ops(dev, &powerpc_swiotlb_dma_ops); in ppc_swiotlb_bus_notify()
|
D | setup-common.c | 795 set_dma_ops(&pdev->dev, &dma_nommu_ops); in arch_setup_pdev_archdata()
|
D | pci-common.c | 974 set_dma_ops(&dev->dev, pci_dma_ops); in pcibios_setup_device()
|
/Linux-v4.19/arch/arm/mach-highbank/ |
D | highbank.c | 112 set_dma_ops(dev, &arm_coherent_dma_ops); in highbank_platform_notifier()
|
/Linux-v4.19/arch/arm/mach-mvebu/ |
D | coherency.c | 101 set_dma_ops(dev, &arm_coherent_dma_ops); in mvebu_hwcc_notifier()
|
/Linux-v4.19/arch/arm/mm/ |
D | dma-mapping-nommu.c | 238 set_dma_ops(dev, dma_ops); in arch_setup_dma_ops()
|
D | dma-mapping.c | 2280 set_dma_ops(dev, &iommu_ops); in arm_iommu_attach_device() 2305 set_dma_ops(dev, arm_get_dma_map_ops(dev->archdata.dma_coherent)); in arm_iommu_detach_device() 2386 set_dma_ops(dev, dma_ops); in arch_setup_dma_ops()
|
/Linux-v4.19/arch/arm/common/ |
D | dmabounce.c | 538 set_dma_ops(dev, &dmabounce_ops); in dmabounce_register_dev() 557 set_dma_ops(dev, NULL); in dmabounce_unregister_dev()
|
/Linux-v4.19/drivers/misc/cxl/ |
D | vphb.c | 57 set_dma_ops(&dev->dev, &dma_nommu_ops); in cxl_pci_enable_device_hook()
|
/Linux-v4.19/arch/powerpc/platforms/cell/ |
D | iommu.c | 957 set_dma_ops(dev, &dma_iommu_fixed_ops); in dma_suported_and_switch() 964 set_dma_ops(dev, get_pci_dma_ops()); in dma_suported_and_switch()
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | iommu.c | 1234 set_dma_ops(dev, &dma_nommu_ops); in dma_set_mask_pSeriesLP() 1243 set_dma_ops(dev, &dma_iommu_ops); in dma_set_mask_pSeriesLP()
|
D | vio.c | 896 set_dma_ops(&viodev->dev, &vio_dma_mapping_ops); in vio_cmo_set_dma_ops() 1444 set_dma_ops(&viodev->dev, &dma_iommu_ops); in vio_register_device_node()
|
/Linux-v4.19/drivers/crypto/caam/ |
D | qi.c | 742 set_dma_ops(&qi_pdev->dev, get_dma_ops(ctrldev)); in caam_qi_init()
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | npu-dma.c | 284 set_dma_ops(&npe->pdev->dev, &dma_npu_ops); in pnv_npu_dma_set_32()
|
D | pci-ioda.c | 1864 set_dma_ops(&pdev->dev, &dma_nommu_ops); in pnv_pci_ioda_dma_set_mask() 1882 set_dma_ops(&pdev->dev, &dma_nommu_ops); in pnv_pci_ioda_dma_set_mask() 1893 set_dma_ops(&pdev->dev, &dma_iommu_ops); in pnv_pci_ioda_dma_set_mask()
|
/Linux-v4.19/include/linux/ |
D | dma-mapping.h | 208 static inline void set_dma_ops(struct device *dev, in set_dma_ops() function
|