Lines Matching defs:iommu_ops
264 struct iommu_ops { struct
265 bool (*capable)(struct device *dev, enum iommu_cap);
266 void *(*hw_info)(struct device *dev, u32 *length, u32 *type);
269 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);
271 struct iommu_device *(*probe_device)(struct device *dev);
272 void (*release_device)(struct device *dev);
273 void (*probe_finalize)(struct device *dev);
274 void (*set_platform_dma_ops)(struct device *dev);
275 struct iommu_group *(*device_group)(struct device *dev);
278 void (*get_resv_regions)(struct device *dev, struct list_head *list);
280 int (*of_xlate)(struct device *dev, struct of_phandle_args *args);
281 bool (*is_attach_deferred)(struct device *dev);
284 int (*dev_enable_feat)(struct device *dev, enum iommu_dev_features f);
285 int (*dev_disable_feat)(struct device *dev, enum iommu_dev_features f);
287 int (*page_response)(struct device *dev,
291 int (*def_domain_type)(struct device *dev);
292 void (*remove_dev_pasid)(struct device *dev, ioasid_t pasid);
294 const struct iommu_domain_ops *default_domain_ops;
295 unsigned long pgsize_bitmap;
296 struct module *owner;
734 struct iommu_ops {}; struct