Searched refs:iommu_dev_features (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/linux/ |
D | iommu.h | 169 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/ |
D | iommu.c | 2716 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/ |
D | arm-smmu-v3.c | 2770 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/ |
D | iommu.c | 4669 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()
|