iommu_dev_features 5895 drivers/iommu/intel-iommu.c intel_iommu_dev_has_feat(struct device *dev, enum iommu_dev_features feat)
iommu_dev_features 5915 drivers/iommu/intel-iommu.c intel_iommu_dev_enable_feat(struct device *dev, enum iommu_dev_features feat)
iommu_dev_features 5924 drivers/iommu/intel-iommu.c intel_iommu_dev_disable_feat(struct device *dev, enum iommu_dev_features feat)
iommu_dev_features 5933 drivers/iommu/intel-iommu.c intel_iommu_dev_feat_enabled(struct device *dev, enum iommu_dev_features feat)
iommu_dev_features 2353 drivers/iommu/iommu.c bool iommu_dev_has_feature(struct device *dev, enum iommu_dev_features feat)
iommu_dev_features 2364 drivers/iommu/iommu.c int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat)
iommu_dev_features 2380 drivers/iommu/iommu.c int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat)
iommu_dev_features 2391 drivers/iommu/iommu.c bool iommu_dev_feature_enabled(struct device *dev, enum iommu_dev_features feat)
iommu_dev_features  291 include/linux/iommu.h 	bool (*dev_has_feat)(struct device *dev, enum iommu_dev_features f);
iommu_dev_features  292 include/linux/iommu.h 	bool (*dev_feat_enabled)(struct device *dev, enum iommu_dev_features f);
iommu_dev_features  293 include/linux/iommu.h 	int (*dev_enable_feat)(struct device *dev, enum iommu_dev_features f);
iommu_dev_features  294 include/linux/iommu.h 	int (*dev_disable_feat)(struct device *dev, enum iommu_dev_features f);
iommu_dev_features  594 include/linux/iommu.h bool iommu_dev_has_feature(struct device *dev, enum iommu_dev_features f);
iommu_dev_features  595 include/linux/iommu.h int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features f);
iommu_dev_features  596 include/linux/iommu.h int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features f);
iommu_dev_features  597 include/linux/iommu.h bool iommu_dev_feature_enabled(struct device *dev, enum iommu_dev_features f);
iommu_dev_features  947 include/linux/iommu.h iommu_dev_has_feature(struct device *dev, enum iommu_dev_features feat)
iommu_dev_features  953 include/linux/iommu.h iommu_dev_feature_enabled(struct device *dev, enum iommu_dev_features feat)
iommu_dev_features  959 include/linux/iommu.h iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat)
iommu_dev_features  965 include/linux/iommu.h iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat)