Searched refs:arm_smmu_ops (Results 1 – 2 of 2) sorted by relevance
93 static struct iommu_ops arm_smmu_ops; variable169 &arm_smmu_ops); in arm_smmu_register_legacy_master()193 return arm_smmu_bus_init(&arm_smmu_ops); in arm_smmu_legacy_bus_init()1138 if (!fwspec || fwspec->ops != &arm_smmu_ops) { in arm_smmu_attach_dev()1376 } else if (fwspec && fwspec->ops == &arm_smmu_ops) { in arm_smmu_probe_device()1439 if (!fwspec || fwspec->ops != &arm_smmu_ops) in arm_smmu_release_device()1583 static struct iommu_ops arm_smmu_ops = { variable1873 if (arm_smmu_ops.pgsize_bitmap == -1UL) in arm_smmu_device_cfg_probe()1874 arm_smmu_ops.pgsize_bitmap = smmu->pgsize_bitmap; in arm_smmu_device_cfg_probe()1876 arm_smmu_ops.pgsize_bitmap |= smmu->pgsize_bitmap; in arm_smmu_device_cfg_probe()[all …]
2622 static struct iommu_ops arm_smmu_ops; variable2631 if (!fwspec || fwspec->ops != &arm_smmu_ops) in arm_smmu_probe_device()2689 if (!fwspec || fwspec->ops != &arm_smmu_ops) in arm_smmu_release_device()2834 static struct iommu_ops arm_smmu_ops = { variable3624 if (arm_smmu_ops.pgsize_bitmap == -1UL) in arm_smmu_device_hw_probe()3625 arm_smmu_ops.pgsize_bitmap = smmu->pgsize_bitmap; in arm_smmu_device_hw_probe()3627 arm_smmu_ops.pgsize_bitmap |= smmu->pgsize_bitmap; in arm_smmu_device_hw_probe()3853 ret = iommu_device_register(&smmu->iommu, &arm_smmu_ops, dev); in arm_smmu_device_probe()3859 ret = arm_smmu_set_bus_ops(&arm_smmu_ops); in arm_smmu_device_probe()