Searched defs:iommu_ops (Results 1 – 2 of 2) sorted by relevance
559 struct iommu_ops { struct560 bool (*capable)(struct device *dev, enum iommu_cap);561 void *(*hw_info)(struct device *dev, u32 *length, u32 *type);564 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);565 struct iommu_domain *(*domain_alloc_user)(568 struct iommu_domain *(*domain_alloc_paging)(struct device *dev);569 struct iommu_domain *(*domain_alloc_sva)(struct device *dev,572 struct iommu_device *(*probe_device)(struct device *dev);573 void (*release_device)(struct device *dev);574 void (*probe_finalize)(struct device *dev);[all …]
1513 static const struct dma_map_ops iommu_ops = { variable