Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Diommu.h289 int (*dev_disable_feat)(struct device *dev, enum iommu_dev_features f); member
/Linux-v5.15/drivers/iommu/
Diommu.c2965 if (ops->dev_disable_feat) in iommu_dev_disable_feature()
2966 return ops->dev_disable_feat(dev, feat); in iommu_dev_disable_feature()
/Linux-v5.15/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c2854 .dev_disable_feat = arm_smmu_dev_disable_feature,
/Linux-v5.15/drivers/iommu/intel/
Diommu.c5584 .dev_disable_feat = intel_iommu_dev_disable_feat,