Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Diommu.h294 int (*dev_disable_feat)(struct device *dev, enum iommu_dev_features f); member
/Linux-v5.4/drivers/iommu/
Diommu.c2383 if (ops && ops->dev_disable_feat) in iommu_dev_disable_feature()
2384 return ops->dev_disable_feat(dev, feat); in iommu_dev_disable_feature()
Dintel-iommu.c5973 .dev_disable_feat = intel_iommu_dev_disable_feat,