Searched refs:def_domain_type (Results 1 – 9 of 9) sorted by relevance
374 .def_domain_type = qcom_smmu_def_domain_type,381 .def_domain_type = qcom_smmu_def_domain_type,
437 int (*def_domain_type)(struct device *dev); member
1577 if (impl && impl->def_domain_type) in arm_smmu_def_domain_type()1578 return impl->def_domain_type(dev); in arm_smmu_def_domain_type()1602 .def_domain_type = arm_smmu_def_domain_type,
526 .def_domain_type = mtk_iommu_def_domain_type,
781 .def_domain_type = apple_dart_def_domain_type,
1527 if (ops->def_domain_type) in iommu_get_def_domain_type()1528 return ops->def_domain_type(dev); in iommu_get_def_domain_type()
311 int (*def_domain_type)(struct device *dev); member
2289 .def_domain_type = amd_iommu_def_domain_type,
5661 .def_domain_type = device_def_domain_type,
Completed in 71 milliseconds