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

/linux-master/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c404 .def_domain_type = qcom_smmu_def_domain_type,
412 .def_domain_type = qcom_smmu_def_domain_type,
421 .def_domain_type = qcom_smmu_def_domain_type,
429 .def_domain_type = qcom_smmu_def_domain_type,
437 .def_domain_type = qcom_smmu_def_domain_type,
H A Darm-smmu.h436 int (*def_domain_type)(struct device *dev); member in struct:arm_smmu_impl
H A Darm-smmu.c1589 if (impl && impl->def_domain_type)
1590 return impl->def_domain_type(dev);
1606 .def_domain_type = arm_smmu_def_domain_type,
/linux-master/drivers/iommu/
H A Dtegra-smmu.c994 .def_domain_type = &tegra_smmu_def_domain_type,
H A Diommu.c1683 * Combine the driver's chosen def_domain_type across all the devices in a
1699 if (ops->def_domain_type)
1700 type = ops->def_domain_type(dev);
1711 "IOMMU driver error, requesting conflicting def_domain_type, %s and %s, for devices in group %u.\n",
H A Dapple-dart.c987 .def_domain_type = apple_dart_def_domain_type,
/linux-master/include/linux/
H A Diommu.h533 * @def_domain_type: device default domain type, return value:
580 int (*def_domain_type)(struct device *dev); member in struct:iommu_ops
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c3082 .def_domain_type = arm_smmu_def_domain_type,
/linux-master/drivers/iommu/intel/
H A Diommu.c4852 .def_domain_type = device_def_domain_type,
/linux-master/drivers/iommu/amd/
H A Diommu.c2795 .def_domain_type = amd_iommu_def_domain_type,

Completed in 283 milliseconds