Home
last modified time | relevance | path

Searched refs:def_domain_type (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c401 .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,
H A Darm-smmu.h437 int (*def_domain_type)(struct device *dev); member
H A Darm-smmu.c1556 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,
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c172 .def_domain_type = qcom_smmu_def_domain_type,
H A Darm-smmu.h433 int (*def_domain_type)(struct device *dev); member
H A Darm-smmu.c1612 if (impl && impl->def_domain_type) in arm_smmu_def_domain_type()
1613 return impl->def_domain_type(dev); in arm_smmu_def_domain_type()
1636 .def_domain_type = arm_smmu_def_domain_type,
/kernel/linux/linux-5.10/drivers/iommu/
H A Diommu.c1475 if (ops->def_domain_type) in iommu_get_def_domain_type()
1476 type = ops->def_domain_type(dev); in iommu_get_def_domain_type()
1662 if (ops->def_domain_type) in probe_get_default_domain_type()
1663 type = ops->def_domain_type(dev); in probe_get_default_domain_type()
H A Dmtk_iommu_v1.c529 .def_domain_type = mtk_iommu_def_domain_type,
/kernel/linux/linux-5.10/include/linux/
H A Diommu.h226 * @def_domain_type: device default domain type, return value:
301 int (*def_domain_type)(struct device *dev); member
/kernel/linux/linux-6.6/include/linux/
H A Diommu.h253 * @def_domain_type: device default domain type, return value:
291 int (*def_domain_type)(struct device *dev); member
/kernel/linux/linux-6.6/drivers/iommu/
H A Dmtk_iommu_v1.c585 .def_domain_type = mtk_iommu_v1_def_domain_type,
H A Diommu.c1725 if (ops->def_domain_type) in iommu_get_def_domain_type()
1726 return ops->def_domain_type(dev); in iommu_get_def_domain_type()
H A Dapple-dart.c955 .def_domain_type = apple_dart_def_domain_type,
/kernel/linux/linux-5.10/drivers/iommu/amd/
H A Diommu.c2783 .def_domain_type = amd_iommu_def_domain_type,
/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Diommu.c2474 .def_domain_type = amd_iommu_def_domain_type,
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c2874 .def_domain_type = arm_smmu_def_domain_type,
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Diommu.c6206 .def_domain_type = device_def_domain_type,
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Diommu.c4806 .def_domain_type = device_def_domain_type,

Completed in 57 milliseconds