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 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,
|
H A D | arm-smmu.h | 437 int (*def_domain_type)(struct device *dev); member
|
H A 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,
|
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu-qcom.c | 172 .def_domain_type = qcom_smmu_def_domain_type,
|
H A D | arm-smmu.h | 433 int (*def_domain_type)(struct device *dev); member
|
H A D | arm-smmu.c | 1612 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 D | iommu.c | 1475 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 D | mtk_iommu_v1.c | 529 .def_domain_type = mtk_iommu_def_domain_type,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | iommu.h | 226 * @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 D | iommu.h | 253 * @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 D | mtk_iommu_v1.c | 585 .def_domain_type = mtk_iommu_v1_def_domain_type,
|
H A 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()
|
H A D | apple-dart.c | 955 .def_domain_type = apple_dart_def_domain_type,
|
/kernel/linux/linux-5.10/drivers/iommu/amd/ |
H A D | iommu.c | 2783 .def_domain_type = amd_iommu_def_domain_type,
|
/kernel/linux/linux-6.6/drivers/iommu/amd/ |
H A D | iommu.c | 2474 .def_domain_type = amd_iommu_def_domain_type,
|
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.c | 2874 .def_domain_type = arm_smmu_def_domain_type,
|
/kernel/linux/linux-5.10/drivers/iommu/intel/ |
H A D | iommu.c | 6206 .def_domain_type = device_def_domain_type,
|
/kernel/linux/linux-6.6/drivers/iommu/intel/ |
H A D | iommu.c | 4806 .def_domain_type = device_def_domain_type,
|
Completed in 57 milliseconds