Searched defs:iommu_ops (Results 1 – 3 of 3) sorted by relevance
252 struct iommu_ops { struct259 void (*release_device)(struct device *dev);260 void (*probe_finalize)(struct device *dev);261 void (*set_platform_dma_ops)(struct device *dev);268 bool (*is_attach_deferred)(struct device *dev);274 int (*page_response)(struct device *dev,278 int (*def_domain_type)(struct device *dev);281 const struct iommu_domain_ops *default_domain_ops;282 unsigned long pgsize_bitmap;283 struct module *owner;[all …]
110 const struct iommu_ops *iommu_ops; member
1512 static const struct dma_map_ops iommu_ops = { variable
Completed in 12 milliseconds