Searched refs:iommu_dev_features (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | iommu.h | 331 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 D | selftest.c | 613 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 D | iommu.c | 2914 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 D | iommu.c | 2988 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 D | iommu.c | 3950 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 D | arm-smmu-v3.c | 3590 enum iommu_dev_features feat) in arm_smmu_dev_enable_feature() 3617 enum iommu_dev_features feat) in arm_smmu_dev_disable_feature()
|