Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Diommu.h248 int (*dev_disable_feat)(struct device *dev, enum iommu_dev_features f); member
/Linux-v6.1/drivers/iommu/
Diommu.c2721 if (ops->dev_disable_feat) in iommu_dev_disable_feature()
2722 return ops->dev_disable_feat(dev, feat); in iommu_dev_disable_feature()
/Linux-v6.1/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c2850 .dev_disable_feat = arm_smmu_dev_disable_feature,
/Linux-v6.1/drivers/iommu/intel/
Diommu.c4744 .dev_disable_feat = intel_iommu_dev_disable_feat,