Searched refs:def_domain_type (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/drivers/iommu/arm/arm-smmu/ |
D | arm-smmu-qcom.c | 401 .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,
|
D | arm-smmu.h | 437 int (*def_domain_type)(struct device *dev); member
|
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,
|
/linux-6.6.21/drivers/iommu/ |
D | mtk_iommu_v1.c | 585 .def_domain_type = mtk_iommu_v1_def_domain_type,
|
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()
|
D | apple-dart.c | 955 .def_domain_type = apple_dart_def_domain_type,
|
/linux-6.6.21/include/linux/ |
D | iommu.h | 291 int (*def_domain_type)(struct device *dev); member
|
/linux-6.6.21/drivers/iommu/amd/ |
D | iommu.c | 2474 .def_domain_type = amd_iommu_def_domain_type,
|
/linux-6.6.21/drivers/iommu/arm/arm-smmu-v3/ |
D | arm-smmu-v3.c | 2874 .def_domain_type = arm_smmu_def_domain_type,
|
/linux-6.6.21/drivers/iommu/intel/ |
D | iommu.c | 4806 .def_domain_type = device_def_domain_type,
|