Searched defs:iommu_ops (Results 1 – 3 of 3) sorted by relevance
222 struct iommu_ops { struct223 bool (*capable)(enum iommu_cap);226 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);228 struct iommu_device *(*probe_device)(struct device *dev);229 void (*release_device)(struct device *dev);230 void (*probe_finalize)(struct device *dev);231 struct iommu_group *(*device_group)(struct device *dev);234 void (*get_resv_regions)(struct device *dev, struct list_head *list);235 void (*put_resv_regions)(struct device *dev, struct list_head *list);237 int (*of_xlate)(struct device *dev, struct of_phandle_args *args);[all …]
112 const struct iommu_ops *iommu_ops; member
1991 static const struct dma_map_ops iommu_ops = { variable