Searched refs:iommu_dev_features (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | iommu.h | 194 enum iommu_dev_features { enum 284 int (*dev_enable_feat)(struct device *dev, enum iommu_dev_features f); 285 int (*dev_disable_feat)(struct device *dev, enum iommu_dev_features f); 709 int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features f); 710 int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features f); 1022 iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_enable_feature() 1028 iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_disable_feature()
|
/openbmc/linux/drivers/iommu/ |
H A D | iommu.c | 2905 int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_enable_feature() 2921 int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_disable_feature()
|
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.c | 2780 enum iommu_dev_features feat) in arm_smmu_dev_enable_feature() 2807 enum iommu_dev_features feat) in arm_smmu_dev_disable_feature()
|
/openbmc/linux/drivers/iommu/intel/ |
H A D | iommu.c | 4630 intel_iommu_dev_enable_feat(struct device *dev, enum iommu_dev_features feat) in intel_iommu_dev_enable_feat() 4645 intel_iommu_dev_disable_feat(struct device *dev, enum iommu_dev_features feat) in intel_iommu_dev_disable_feat()
|