Searched defs:iommu_ops (Results 1 – 3 of 3) sorted by relevance
229 struct iommu_ops { struct230 bool (*capable)(struct device *dev, enum iommu_cap);233 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);235 struct iommu_device *(*probe_device)(struct device *dev);236 void (*release_device)(struct device *dev);237 void (*probe_finalize)(struct device *dev);238 struct iommu_group *(*device_group)(struct device *dev);241 void (*get_resv_regions)(struct device *dev, struct list_head *list);243 int (*of_xlate)(struct device *dev, struct of_phandle_args *args);244 bool (*is_attach_deferred)(struct device *dev);[all …]
112 const struct iommu_ops *iommu_ops; member
1526 static const struct dma_map_ops iommu_ops = { variable