Lines Matching defs:iommu
9 #include <linux/iommu.h>
49 struct iommu_device iommu; /* IOMMU Core code handle */
546 /* And flush the iommu */
818 const struct iommu_ops *ops = smmu->iommu.ops;
845 while (of_parse_phandle_with_args(np, "iommus", "#iommu-cells", index,
865 return &smmu->iommu;
1137 err = iommu_device_sysfs_add(&smmu->iommu, dev, NULL, dev_name(dev));
1141 err = iommu_device_register(&smmu->iommu, &tegra_smmu_ops, dev);
1143 iommu_device_sysfs_remove(&smmu->iommu);
1155 iommu_device_unregister(&smmu->iommu);
1156 iommu_device_sysfs_remove(&smmu->iommu);