Home
last modified time | relevance | path

Searched refs:iommu_dev_features (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Diommu.h159 enum iommu_dev_features { enum
276 bool (*dev_has_feat)(struct device *dev, enum iommu_dev_features f);
277 bool (*dev_feat_enabled)(struct device *dev, enum iommu_dev_features f);
278 int (*dev_enable_feat)(struct device *dev, enum iommu_dev_features f);
279 int (*dev_disable_feat)(struct device *dev, enum iommu_dev_features f);
631 bool iommu_dev_has_feature(struct device *dev, enum iommu_dev_features f);
632 int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features f);
633 int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features f);
634 bool iommu_dev_feature_enabled(struct device *dev, enum iommu_dev_features f);
986 iommu_dev_has_feature(struct device *dev, enum iommu_dev_features fea
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Diommu.h183 * enum iommu_dev_features - Per device IOMMU features
194 enum iommu_dev_features { enum
284 int (*dev_enable_feat)(struct device *dev, enum iommu_dev_features f);
285 int (*dev_disable_feat)(struct device *dev, enum iommu_dev_features f);
709 int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features f);
710 int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features f);
1022 iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_enable_feature()
1028 iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_disable_feature()
/kernel/linux/linux-5.10/drivers/iommu/
H A Diommu.c2870 bool iommu_dev_has_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_has_feature()
2881 int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_enable_feature()
2899 int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_disable_feature()
2912 bool iommu_dev_feature_enabled(struct device *dev, enum iommu_dev_features feat) in iommu_dev_feature_enabled()
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c2518 enum iommu_dev_features feat) in arm_smmu_dev_has_feature()
2534 enum iommu_dev_features feat) in arm_smmu_dev_feature_enabled()
2550 enum iommu_dev_features feat) in arm_smmu_dev_enable_feature()
2567 enum iommu_dev_features feat) in arm_smmu_dev_disable_feature()
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Diommu.c6052 intel_iommu_dev_has_feat(struct device *dev, enum iommu_dev_features feat) in intel_iommu_dev_has_feat()
6080 intel_iommu_dev_enable_feat(struct device *dev, enum iommu_dev_features feat) in intel_iommu_dev_enable_feat()
6099 intel_iommu_dev_disable_feat(struct device *dev, enum iommu_dev_features feat) in intel_iommu_dev_disable_feat()
6108 intel_iommu_dev_feat_enabled(struct device *dev, enum iommu_dev_features feat) in intel_iommu_dev_feat_enabled()
/kernel/linux/linux-6.6/drivers/iommu/
H A Diommu.c2905 int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_enable_feature()
2921 int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_disable_feature()
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c2780 enum iommu_dev_features feat) in arm_smmu_dev_enable_feature()
2807 enum iommu_dev_features feat) in arm_smmu_dev_disable_feature()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Diommu.c4616 intel_iommu_dev_enable_feat(struct device *dev, enum iommu_dev_features feat) in intel_iommu_dev_enable_feat()
4631 intel_iommu_dev_disable_feat(struct device *dev, enum iommu_dev_features feat) in intel_iommu_dev_disable_feat()

Completed in 35 milliseconds