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/
A Darm-smmu-qcom.c433 .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 Darm-smmu.h446 int (*def_domain_type)(struct device *dev); member
A Darm-smmu.c1632 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 Diommu.h590 int (*def_domain_type)(struct device *dev); member
/linux/drivers/iommu/
A Dtegra-smmu.c996 .def_domain_type = &tegra_smmu_def_domain_type,
A Diommu.c1694 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 Dapple-dart.c987 .def_domain_type = apple_dart_def_domain_type,
/linux/drivers/iommu/amd/
A Diommu.c2853 .def_domain_type = amd_iommu_def_domain_type,
/linux/drivers/iommu/intel/
A Diommu.c4611 .def_domain_type = device_def_domain_type,
/linux/drivers/iommu/arm/arm-smmu-v3/
A Darm-smmu-v3.c3506 .def_domain_type = arm_smmu_def_domain_type,

Completed in 56 milliseconds