Home
last modified time | relevance | path

Searched defs:iommu_ops (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Diommu.h562 struct iommu_ops { struct
563 bool (*capable)(struct device *dev, enum iommu_cap);
564 void *(*hw_info)(struct device *dev, u32 *length, u32 *type);
567 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);
568 struct iommu_domain *(*domain_alloc_user)(
571 struct iommu_domain *(*domain_alloc_paging)(struct device *dev);
572 struct iommu_domain *(*domain_alloc_sva)(struct device *dev,
575 struct iommu_device *(*probe_device)(struct device *dev);
576 void (*release_device)(struct device *dev);
577 void (*probe_finalize)(struct device *dev);
[all …]