Home
last modified time | relevance | path

Searched refs:def_domain_type (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c429 .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 Darm-smmu.h437 int (*def_domain_type)(struct device *dev); member
H A Darm-smmu.c1556 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 Dmtk_iommu_v1.c585 .def_domain_type = mtk_iommu_v1_def_domain_type,
H A Diommu.c1725 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 Dapple-dart.c955 .def_domain_type = apple_dart_def_domain_type,
/openbmc/linux/include/linux/
H A Diommu.h291 int (*def_domain_type)(struct device *dev); member
/openbmc/linux/drivers/iommu/amd/
H A Diommu.c2474 .def_domain_type = amd_iommu_def_domain_type,
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c2874 .def_domain_type = arm_smmu_def_domain_type,
/openbmc/linux/drivers/iommu/intel/
H A Diommu.c4808 .def_domain_type = device_def_domain_type,