Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Diommu.h331 enum iommu_dev_features { enum
655 int (*dev_enable_feat)(struct device *dev, enum iommu_dev_features f);
656 int (*dev_disable_feat)(struct device *dev, enum iommu_dev_features f);
1126 int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features f);
1127 int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features f);
1414 iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_enable_feature()
1420 iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_disable_feature()
/linux-6.15/drivers/iommu/iommufd/
H A Dselftest.c613 static int mock_dev_enable_feat(struct device *dev, enum iommu_dev_features feat) in mock_dev_enable_feat()
621 static int mock_dev_disable_feat(struct device *dev, enum iommu_dev_features feat) in mock_dev_disable_feat()
/linux-6.15/drivers/iommu/
H A Diommu.c2914 int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_enable_feature()
2930 int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_disable_feature()
/linux-6.15/drivers/iommu/amd/
H A Diommu.c2988 enum iommu_dev_features feat) in amd_iommu_dev_enable_feature()
3004 enum iommu_dev_features feat) in amd_iommu_dev_disable_feature()
/linux-6.15/drivers/iommu/intel/
H A Diommu.c3950 intel_iommu_dev_enable_feat(struct device *dev, enum iommu_dev_features feat) in intel_iommu_dev_enable_feat()
3965 intel_iommu_dev_disable_feat(struct device *dev, enum iommu_dev_features feat) in intel_iommu_dev_disable_feat()
/linux-6.15/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c3590 enum iommu_dev_features feat) in arm_smmu_dev_enable_feature()
3617 enum iommu_dev_features feat) in arm_smmu_dev_disable_feature()