Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c550 .def_domain_type = qcom_smmu_def_domain_type,
558 .def_domain_type = qcom_smmu_def_domain_type,
571 .def_domain_type = qcom_smmu_def_domain_type,
584 .def_domain_type = qcom_smmu_def_domain_type,
592 .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.c1618 if (impl && impl->def_domain_type) in arm_smmu_def_domain_type()
1619 return impl->def_domain_type(dev); in arm_smmu_def_domain_type()
1635 .def_domain_type = arm_smmu_def_domain_type,
/linux-6.15/include/linux/
H A Diommu.h661 int (*def_domain_type)(struct device *dev); member
/linux-6.15/drivers/iommu/
H A Dtegra-smmu.c995 .def_domain_type = &tegra_smmu_def_domain_type,
H A Dapple-dart.c993 .def_domain_type = apple_dart_def_domain_type,
H A Diommu.c1776 if (ops->def_domain_type) in iommu_get_def_domain_type()
1777 type = ops->def_domain_type(dev); in iommu_get_def_domain_type()
/linux-6.15/drivers/iommu/amd/
H A Diommu.c3031 .def_domain_type = amd_iommu_def_domain_type,
/linux-6.15/drivers/iommu/intel/
H A Diommu.c4407 .def_domain_type = device_def_domain_type,
/linux-6.15/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c3676 .def_domain_type = arm_smmu_def_domain_type,