Home
last modified time | relevance | path

Searched refs:iommu_dev_features (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/linux/
Diommu.h169 enum iommu_dev_features { enum
247 int (*dev_enable_feat)(struct device *dev, enum iommu_dev_features f);
248 int (*dev_disable_feat)(struct device *dev, enum iommu_dev_features f);
663 int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features f);
664 int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features f);
987 iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_enable_feature()
993 iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_disable_feature()
/linux-6.1.9/drivers/iommu/
Diommu.c2716 int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_enable_feature()
2732 int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_disable_feature()
/linux-6.1.9/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c2770 enum iommu_dev_features feat) in arm_smmu_dev_enable_feature()
2797 enum iommu_dev_features feat) in arm_smmu_dev_disable_feature()
/linux-6.1.9/drivers/iommu/intel/
Diommu.c4669 intel_iommu_dev_enable_feat(struct device *dev, enum iommu_dev_features feat) in intel_iommu_dev_enable_feat()
4684 intel_iommu_dev_disable_feat(struct device *dev, enum iommu_dev_features feat) in intel_iommu_dev_disable_feat()