Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Diommu.h285 int (*dev_disable_feat)(struct device *dev, enum iommu_dev_features f); member
/Linux-v6.6/drivers/iommu/
Diommu.c2926 if (ops->dev_disable_feat) in iommu_dev_disable_feature()
2927 return ops->dev_disable_feat(dev, feat); in iommu_dev_disable_feature()
/Linux-v6.6/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c2872 .dev_disable_feat = arm_smmu_dev_disable_feature,
/Linux-v6.6/drivers/iommu/intel/
Diommu.c4800 .dev_disable_feat = intel_iommu_dev_disable_feat,