Searched defs:iommu_ops (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | iommu.h | 250 struct iommu_ops { struct 251 bool (*capable)(enum iommu_cap); 254 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type); 255 void (*domain_free)(struct iommu_domain *); 257 int (*attach_dev)(struct iommu_domain *domain, struct device *dev); 258 void (*detach_dev)(struct iommu_domain *domain, struct device *dev); 259 int (*map)(struct iommu_domain *domain, unsigned long iova, 261 int (*map_pages)(struct iommu_domain *domain, unsigned long iova, 264 int (*map_sg)(struct iommu_domain *domain, unsigned long iova, 267 size_t (*unmap)(struct iommu_domain *domain, unsigned long iova, [all …]
|
/include/linux/device/ |
D | bus.h | 109 const struct iommu_ops *iommu_ops; member
|