Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/iommu/arm/arm-smmu/
Darm-smmu-qcom.c401 .def_domain_type = qcom_smmu_def_domain_type,
409 .def_domain_type = qcom_smmu_def_domain_type,
418 .def_domain_type = qcom_smmu_def_domain_type,
426 .def_domain_type = qcom_smmu_def_domain_type,
434 .def_domain_type = qcom_smmu_def_domain_type,
Darm-smmu.h437 int (*def_domain_type)(struct device *dev); member
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,
/linux-6.6.21/drivers/iommu/
Dmtk_iommu_v1.c585 .def_domain_type = mtk_iommu_v1_def_domain_type,
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()
Dapple-dart.c955 .def_domain_type = apple_dart_def_domain_type,
/linux-6.6.21/include/linux/
Diommu.h291 int (*def_domain_type)(struct device *dev); member
/linux-6.6.21/drivers/iommu/amd/
Diommu.c2474 .def_domain_type = amd_iommu_def_domain_type,
/linux-6.6.21/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c2874 .def_domain_type = arm_smmu_def_domain_type,
/linux-6.6.21/drivers/iommu/intel/
Diommu.c4806 .def_domain_type = device_def_domain_type,