Home
last modified time | relevance | path

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

/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c602 .def_domain_type = qcom_smmu_def_domain_type,
610 .def_domain_type = qcom_smmu_def_domain_type,
623 .def_domain_type = qcom_smmu_def_domain_type,
636 .def_domain_type = qcom_smmu_def_domain_type,
645 .def_domain_type = qcom_smmu_def_domain_type,
H A Darm-smmu.h448 int (*def_domain_type)(struct device *dev); member
H A Darm-smmu.c1630 if (impl && impl->def_domain_type) in arm_smmu_def_domain_type()
1631 return impl->def_domain_type(dev); in arm_smmu_def_domain_type()
1647 .def_domain_type = arm_smmu_def_domain_type,
/linux/include/linux/
H A Diommu.h698 int (*def_domain_type)(struct device *dev); member
/linux/drivers/iommu/
H A Dtegra-smmu.c1001 .def_domain_type = &tegra_smmu_def_domain_type,
H A Dapple-dart.c1011 .def_domain_type = apple_dart_def_domain_type,
H A Diommu.c1829 if (ops->def_domain_type) in iommu_get_def_domain_type()
1830 type = ops->def_domain_type(dev); in iommu_get_def_domain_type()
/linux/drivers/iommu/intel/
H A Diommu.c3923 .def_domain_type = device_def_domain_type,
/linux/drivers/iommu/amd/
H A Diommu.c3165 .def_domain_type = amd_iommu_def_domain_type,
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c3752 .def_domain_type = arm_smmu_def_domain_type,