Home
last modified time | relevance | path

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

/include/linux/
Diommu.h315 enum iommu_dev_features { enum
587 int (*dev_enable_feat)(struct device *dev, enum iommu_dev_features f);
588 int (*dev_disable_feat)(struct device *dev, enum iommu_dev_features f);
1089 int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features f);
1090 int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features f);
1385 iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_enable_feature()
1391 iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_disable_feature()