Home
last modified time | relevance | path

Searched refs:bus_set_iommu (Results 1 – 18 of 18) sorted by relevance

/drivers/iommu/
Dmtk_iommu_v1.c630 ret = bus_set_iommu(&platform_bus_type, &mtk_iommu_ops); in mtk_iommu_probe()
641 bus_set_iommu(&platform_bus_type, NULL); in mtk_iommu_probe()
659 bus_set_iommu(&platform_bus_type, NULL); in mtk_iommu_remove()
Dvirtio-iommu.c1075 ret = bus_set_iommu(&pci_bus_type, &viommu_ops); in viommu_probe()
1082 ret = bus_set_iommu(&amba_bustype, &viommu_ops); in viommu_probe()
1088 ret = bus_set_iommu(&platform_bus_type, &viommu_ops); in viommu_probe()
Ds390-iommu.c374 return bus_set_iommu(&pci_bus_type, &s390_iommu_ops); in s390_iommu_init()
Dfsl_pamu_domain.c1065 bus_set_iommu(&platform_bus_type, &fsl_pamu_ops); in pamu_domain_init()
1066 bus_set_iommu(&pci_bus_type, &fsl_pamu_ops); in pamu_domain_init()
Dipmmu-vmsa.c1100 bus_set_iommu(&platform_bus_type, &ipmmu_ops); in ipmmu_probe()
1197 bus_set_iommu(&platform_bus_type, &ipmmu_ops); in ipmmu_init()
Dmtk_iommu.c916 ret = bus_set_iommu(&platform_bus_type, &mtk_iommu_ops); in mtk_iommu_probe()
927 bus_set_iommu(&platform_bus_type, NULL); in mtk_iommu_probe()
Dmsm_iommu.c807 bus_set_iommu(&platform_bus_type, &msm_iommu_ops); in msm_iommu_probe()
Dsun50i-iommu.c987 bus_set_iommu(&platform_bus_type, &sun50i_iommu_ops); in sun50i_iommu_probe()
Diommu.c1859 int bus_set_iommu(struct bus_type *bus, const struct iommu_ops *ops) in bus_set_iommu() function
1880 EXPORT_SYMBOL_GPL(bus_set_iommu);
Dtegra-smmu.c1162 err = bus_set_iommu(&platform_bus_type, &tegra_smmu_ops); in tegra_smmu_probe()
Drockchip-iommu.c1214 bus_set_iommu(&platform_bus_type, &rk_iommu_ops); in rk_iommu_probe()
Dexynos-iommu.c1376 ret = bus_set_iommu(&platform_bus_type, &exynos_iommu_ops); in exynos_iommu_init()
Domap-iommu.c1781 ret = bus_set_iommu(&platform_bus_type, &omap_iommu_ops); in omap_iommu_init()
/drivers/iommu/arm/arm-smmu/
Darm-smmu.c2056 err = bus_set_iommu(&platform_bus_type, ops); in arm_smmu_bus_init()
2062 err = bus_set_iommu(&amba_bustype, ops); in arm_smmu_bus_init()
2069 err = bus_set_iommu(&pci_bus_type, ops); in arm_smmu_bus_init()
2076 err = bus_set_iommu(&fsl_mc_bus_type, ops); in arm_smmu_bus_init()
2085 bus_set_iommu(&pci_bus_type, NULL); in arm_smmu_bus_init()
2089 bus_set_iommu(&amba_bustype, NULL); in arm_smmu_bus_init()
2092 bus_set_iommu(&platform_bus_type, NULL); in arm_smmu_bus_init()
Dqcom_iommu.c869 bus_set_iommu(&platform_bus_type, &qcom_iommu_ops); in qcom_iommu_device_probe()
884 bus_set_iommu(&platform_bus_type, NULL); in qcom_iommu_device_remove()
/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c3445 err = bus_set_iommu(&pci_bus_type, ops); in arm_smmu_set_bus_ops()
3452 err = bus_set_iommu(&amba_bustype, ops); in arm_smmu_set_bus_ops()
3458 err = bus_set_iommu(&platform_bus_type, ops); in arm_smmu_set_bus_ops()
3467 bus_set_iommu(&amba_bustype, NULL); in arm_smmu_set_bus_ops()
3471 bus_set_iommu(&pci_bus_type, NULL); in arm_smmu_set_bus_ops()
/drivers/iommu/amd/
Diommu.c2356 err = bus_set_iommu(&pci_bus_type, &amd_iommu_ops); in amd_iommu_init_api()
2360 err = bus_set_iommu(&amba_bustype, &amd_iommu_ops); in amd_iommu_init_api()
2364 err = bus_set_iommu(&platform_bus_type, &amd_iommu_ops); in amd_iommu_init_api()
/drivers/iommu/intel/
Diommu.c5074 bus_set_iommu(&pci_bus_type, &intel_iommu_ops); in intel_iommu_init()