Home
last modified time | relevance | path

Searched refs:dev_disable_feat (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/
Diommu.h279 int (*dev_disable_feat)(struct device *dev, enum iommu_dev_features f); member
/Linux-v5.10/drivers/iommu/
Diommu.c2880 if (ops && ops->dev_disable_feat) in iommu_dev_disable_feature()
2881 return ops->dev_disable_feat(dev, feat); in iommu_dev_disable_feature()
/Linux-v5.10/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c2591 .dev_disable_feat = arm_smmu_dev_disable_feature,
/Linux-v5.10/drivers/iommu/intel/
Diommu.c6113 .dev_disable_feat = intel_iommu_dev_disable_feat,