Searched refs:def_domain_type (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/iommu/arm/arm-smmu/ |
| A D | arm-smmu-qcom.c | 433 .def_domain_type = qcom_smmu_def_domain_type, 441 .def_domain_type = qcom_smmu_def_domain_type, 454 .def_domain_type = qcom_smmu_def_domain_type, 467 .def_domain_type = qcom_smmu_def_domain_type, 475 .def_domain_type = qcom_smmu_def_domain_type,
|
| A D | arm-smmu.h | 446 int (*def_domain_type)(struct device *dev); member
|
| A D | arm-smmu.c | 1632 if (impl && impl->def_domain_type) in arm_smmu_def_domain_type() 1633 return impl->def_domain_type(dev); in arm_smmu_def_domain_type() 1649 .def_domain_type = arm_smmu_def_domain_type,
|
| /linux/include/linux/ |
| A D | iommu.h | 590 int (*def_domain_type)(struct device *dev); member
|
| /linux/drivers/iommu/ |
| A D | tegra-smmu.c | 996 .def_domain_type = &tegra_smmu_def_domain_type,
|
| A D | iommu.c | 1694 if (ops->def_domain_type) in iommu_get_def_domain_type() 1695 type = ops->def_domain_type(dev); in iommu_get_def_domain_type()
|
| A D | apple-dart.c | 987 .def_domain_type = apple_dart_def_domain_type,
|
| /linux/drivers/iommu/amd/ |
| A D | iommu.c | 2853 .def_domain_type = amd_iommu_def_domain_type,
|
| /linux/drivers/iommu/intel/ |
| A D | iommu.c | 4611 .def_domain_type = device_def_domain_type,
|
| /linux/drivers/iommu/arm/arm-smmu-v3/ |
| A D | arm-smmu-v3.c | 3506 .def_domain_type = arm_smmu_def_domain_type,
|
Completed in 56 milliseconds