Searched refs:def_domain_type (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu-qcom.c | 429 .def_domain_type = qcom_smmu_def_domain_type, 437 .def_domain_type = qcom_smmu_def_domain_type, 446 .def_domain_type = qcom_smmu_def_domain_type, 455 .def_domain_type = qcom_smmu_def_domain_type, 463 .def_domain_type = qcom_smmu_def_domain_type,
|
H A D | arm-smmu.h | 437 int (*def_domain_type)(struct device *dev); member
|
H A D | arm-smmu.c | 1556 if (impl && impl->def_domain_type) in arm_smmu_def_domain_type() 1557 return impl->def_domain_type(dev); in arm_smmu_def_domain_type() 1571 .def_domain_type = arm_smmu_def_domain_type,
|
/openbmc/linux/drivers/iommu/ |
H A D | mtk_iommu_v1.c | 585 .def_domain_type = mtk_iommu_v1_def_domain_type,
|
H A D | iommu.c | 1725 if (ops->def_domain_type) in iommu_get_def_domain_type() 1726 return ops->def_domain_type(dev); in iommu_get_def_domain_type()
|
H A D | apple-dart.c | 955 .def_domain_type = apple_dart_def_domain_type,
|
/openbmc/linux/include/linux/ |
H A D | iommu.h | 291 int (*def_domain_type)(struct device *dev); member
|
/openbmc/linux/drivers/iommu/amd/ |
H A D | iommu.c | 2474 .def_domain_type = amd_iommu_def_domain_type,
|
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.c | 2874 .def_domain_type = arm_smmu_def_domain_type,
|
/openbmc/linux/drivers/iommu/intel/ |
H A D | iommu.c | 4808 .def_domain_type = device_def_domain_type,
|