Searched refs:feat (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | iommu.h | 935 static inline bool iommu_dev_has_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_has_feature() argument 940 static inline bool iommu_dev_feature_enabled(struct device *dev, enum iommu_dev_features feat) in iommu_dev_feature_enabled() argument 945 static inline int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_enable_feature() argument 950 static inline int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_disable_feature() argument
|
/device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
H A D | iommu.c | 2994 bool iommu_dev_has_feature(struct device *dev, enum iommu_dev_features feat)
in iommu_dev_has_feature() argument 2999 return ops->dev_has_feat(dev, feat);
in iommu_dev_has_feature() 3006 int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat)
in iommu_dev_enable_feature() argument 3012 return ops->dev_enable_feat(dev, feat);
in iommu_dev_enable_feature() 3025 int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat)
in iommu_dev_disable_feature() argument 3031 return ops->dev_disable_feat(dev, feat);
in iommu_dev_disable_feature() 3039 bool iommu_dev_feature_enabled(struct device *dev, enum iommu_dev_features feat)
in iommu_dev_feature_enabled() argument 3045 return ops->dev_feat_enabled(dev, feat);
in iommu_dev_feature_enabled()
|
Completed in 7 milliseconds