Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/
Darm-smmu-qcom.c157 .def_domain_type = qcom_smmu_def_domain_type,
Darm-smmu.h433 int (*def_domain_type)(struct device *dev); member
Darm-smmu.c1612 if (impl && impl->def_domain_type) in arm_smmu_def_domain_type()
1613 return impl->def_domain_type(dev); in arm_smmu_def_domain_type()
1636 .def_domain_type = arm_smmu_def_domain_type,
/kernel/linux/linux-5.10/drivers/iommu/
Diommu.c1475 if (ops->def_domain_type) in iommu_get_def_domain_type()
1476 type = ops->def_domain_type(dev); in iommu_get_def_domain_type()
1662 if (ops->def_domain_type) in probe_get_default_domain_type()
1663 type = ops->def_domain_type(dev); in probe_get_default_domain_type()
Dmtk_iommu_v1.c529 .def_domain_type = mtk_iommu_def_domain_type,
/kernel/linux/linux-5.10/include/linux/
Diommu.h301 int (*def_domain_type)(struct device *dev); member
/kernel/linux/linux-5.10/drivers/iommu/amd/
Diommu.c2783 .def_domain_type = amd_iommu_def_domain_type,
/kernel/linux/linux-5.10/drivers/iommu/intel/
Diommu.c6206 .def_domain_type = device_def_domain_type,