Searched refs:def_domain_type (Results 1 – 9 of 9) sorted by relevance
| /drivers/iommu/arm/arm-smmu/ |
| A D | arm-smmu-qcom.c | 566 .def_domain_type = qcom_smmu_def_domain_type, 574 .def_domain_type = qcom_smmu_def_domain_type, 587 .def_domain_type = qcom_smmu_def_domain_type, 600 .def_domain_type = qcom_smmu_def_domain_type, 609 .def_domain_type = qcom_smmu_def_domain_type,
|
| A D | arm-smmu.h | 448 int (*def_domain_type)(struct device *dev); member
|
| A D | arm-smmu.c | 1627 if (impl && impl->def_domain_type) in arm_smmu_def_domain_type() 1628 return impl->def_domain_type(dev); in arm_smmu_def_domain_type() 1644 .def_domain_type = arm_smmu_def_domain_type,
|
| /drivers/iommu/ |
| A D | tegra-smmu.c | 1002 .def_domain_type = &tegra_smmu_def_domain_type,
|
| A D | apple-dart.c | 992 .def_domain_type = apple_dart_def_domain_type,
|
| A D | iommu.c | 1778 if (ops->def_domain_type) in iommu_get_def_domain_type() 1779 type = ops->def_domain_type(dev); in iommu_get_def_domain_type()
|
| /drivers/iommu/amd/ |
| A D | iommu.c | 3053 .def_domain_type = amd_iommu_def_domain_type,
|
| /drivers/iommu/intel/ |
| A D | iommu.c | 4500 .def_domain_type = device_def_domain_type,
|
| /drivers/iommu/arm/arm-smmu-v3/ |
| A D | arm-smmu-v3.c | 3691 .def_domain_type = arm_smmu_def_domain_type,
|
Completed in 67 milliseconds