Home
last modified time | relevance | path

Searched defs:feat (Results 1 – 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
Diommu.h935 static inline bool iommu_dev_has_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_has_feature()
940 static inline bool iommu_dev_feature_enabled(struct device *dev, enum iommu_dev_features feat) in iommu_dev_feature_enabled()
945 static inline int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_enable_feature()
950 static inline int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_disable_feature()
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
Diommu.c2994 bool iommu_dev_has_feature(struct device *dev, enum iommu_dev_features 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()
3025 int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features 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()