Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iommu/
Dmtk_iommu_v1.c622 ret = bus_set_iommu(&platform_bus_type, &mtk_iommu_ops); in mtk_iommu_probe()
633 bus_set_iommu(&platform_bus_type, NULL); in mtk_iommu_probe()
649 bus_set_iommu(&platform_bus_type, NULL); in mtk_iommu_remove()
Dfsl_pamu_domain.c484 bus_set_iommu(&platform_bus_type, &fsl_pamu_ops); in pamu_domain_init()
485 bus_set_iommu(&pci_bus_type, &fsl_pamu_ops); in pamu_domain_init()
Dapple-dart.c799 ret = bus_set_iommu(&platform_bus_type, ops); in apple_dart_set_bus_ops()
805 ret = bus_set_iommu(&pci_bus_type, ops); in apple_dart_set_bus_ops()
807 bus_set_iommu(&platform_bus_type, NULL); in apple_dart_set_bus_ops()
Dsprd-iommu.c509 bus_set_iommu(&platform_bus_type, &sprd_iommu_ops); in sprd_iommu_probe()
546 bus_set_iommu(&platform_bus_type, NULL); in sprd_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()
Dmtk_iommu.c891 ret = bus_set_iommu(&platform_bus_type, &mtk_iommu_ops); in mtk_iommu_probe()
902 bus_set_iommu(&platform_bus_type, NULL); in mtk_iommu_probe()
923 bus_set_iommu(&platform_bus_type, NULL); in mtk_iommu_remove()
Dtegra-smmu.c1152 err = bus_set_iommu(&platform_bus_type, &tegra_smmu_ops); in tegra_smmu_probe()
1157 err = bus_set_iommu(&pci_bus_type, &tegra_smmu_ops); in tegra_smmu_probe()
1168 bus_set_iommu(&platform_bus_type, NULL); in tegra_smmu_probe()
Ds390-iommu.c380 return bus_set_iommu(&pci_bus_type, &s390_iommu_ops); in s390_iommu_init()
Dipmmu-vmsa.c1064 bus_set_iommu(&platform_bus_type, &ipmmu_ops); in ipmmu_probe()
1161 bus_set_iommu(&platform_bus_type, &ipmmu_ops); in ipmmu_init()
Dmsm_iommu.c800 bus_set_iommu(&platform_bus_type, &msm_iommu_ops); in msm_iommu_probe()
Dsun50i-iommu.c969 bus_set_iommu(&platform_bus_type, &sun50i_iommu_ops); in sun50i_iommu_probe()
Diommu.c1878 int bus_set_iommu(struct bus_type *bus, const struct iommu_ops *ops) in bus_set_iommu() function
1899 EXPORT_SYMBOL_GPL(bus_set_iommu);
Dexynos-iommu.c1357 ret = bus_set_iommu(&platform_bus_type, &exynos_iommu_ops); in exynos_iommu_init()
Drockchip-iommu.c1301 bus_set_iommu(&platform_bus_type, &rk_iommu_ops); in rk_iommu_probe()
Domap-iommu.c1777 ret = bus_set_iommu(&platform_bus_type, &omap_iommu_ops); in omap_iommu_init()
/Linux-v5.15/drivers/iommu/arm/arm-smmu/
Darm-smmu.c2029 err = bus_set_iommu(&platform_bus_type, ops); in arm_smmu_bus_init()
2035 err = bus_set_iommu(&amba_bustype, ops); in arm_smmu_bus_init()
2042 err = bus_set_iommu(&pci_bus_type, ops); in arm_smmu_bus_init()
2049 err = bus_set_iommu(&fsl_mc_bus_type, ops); in arm_smmu_bus_init()
2058 bus_set_iommu(&pci_bus_type, NULL); in arm_smmu_bus_init()
2062 bus_set_iommu(&amba_bustype, NULL); in arm_smmu_bus_init()
2065 bus_set_iommu(&platform_bus_type, NULL); in arm_smmu_bus_init()
Dqcom_iommu.c846 bus_set_iommu(&platform_bus_type, &qcom_iommu_ops); in qcom_iommu_device_probe()
861 bus_set_iommu(&platform_bus_type, NULL); in qcom_iommu_device_remove()
/Linux-v5.15/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c3722 err = bus_set_iommu(&pci_bus_type, ops); in arm_smmu_set_bus_ops()
3729 err = bus_set_iommu(&amba_bustype, ops); in arm_smmu_set_bus_ops()
3735 err = bus_set_iommu(&platform_bus_type, ops); in arm_smmu_set_bus_ops()
3744 bus_set_iommu(&amba_bustype, NULL); in arm_smmu_set_bus_ops()
3748 bus_set_iommu(&pci_bus_type, NULL); in arm_smmu_set_bus_ops()
/Linux-v5.15/include/linux/
Diommu.h412 extern int bus_set_iommu(struct bus_type *bus, const struct iommu_ops *ops);
/Linux-v5.15/drivers/iommu/amd/
Diommu.c1824 err = bus_set_iommu(&pci_bus_type, &amd_iommu_ops); in amd_iommu_init_api()
1828 err = bus_set_iommu(&amba_bustype, &amd_iommu_ops); in amd_iommu_init_api()
1832 err = bus_set_iommu(&platform_bus_type, &amd_iommu_ops); in amd_iommu_init_api()
/Linux-v5.15/drivers/iommu/intel/
Diommu.c4391 bus_set_iommu(&pci_bus_type, &intel_iommu_ops); in intel_iommu_init()