Home
last modified time | relevance | path

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

/linux/drivers/iommu/arm/arm-smmu/
A Darm-smmu-qcom.c374 .def_domain_type = qcom_smmu_def_domain_type,
381 .def_domain_type = qcom_smmu_def_domain_type,
A Darm-smmu.h437 int (*def_domain_type)(struct device *dev); member
A Darm-smmu.c1577 if (impl && impl->def_domain_type) in arm_smmu_def_domain_type()
1578 return impl->def_domain_type(dev); in arm_smmu_def_domain_type()
1602 .def_domain_type = arm_smmu_def_domain_type,
/linux/drivers/iommu/
A Dmtk_iommu_v1.c526 .def_domain_type = mtk_iommu_def_domain_type,
A Dapple-dart.c781 .def_domain_type = apple_dart_def_domain_type,
A Diommu.c1527 if (ops->def_domain_type) in iommu_get_def_domain_type()
1528 return ops->def_domain_type(dev); in iommu_get_def_domain_type()
/linux/include/linux/
A Diommu.h311 int (*def_domain_type)(struct device *dev); member
/linux/drivers/iommu/amd/
A Diommu.c2289 .def_domain_type = amd_iommu_def_domain_type,
/linux/drivers/iommu/intel/
A Diommu.c5661 .def_domain_type = device_def_domain_type,

Completed in 71 milliseconds