Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Diommu.c2994 bool iommu_dev_has_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_has_feature() argument
3006 int iommu_dev_enable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_enable_feature() argument
3025 int iommu_dev_disable_feature(struct device *dev, enum iommu_dev_features feat) in iommu_dev_disable_feature() argument
3039 bool iommu_dev_feature_enabled(struct device *dev, enum iommu_dev_features feat) in iommu_dev_feature_enabled() argument
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Diommu.h935 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

Completed in 7 milliseconds