Home
last modified time | relevance | path

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

/linux-6.8/include/linux/
Diommu.h452 struct iommu_ops { struct
453 bool (*capable)(struct device *dev, enum iommu_cap);
454 void *(*hw_info)(struct device *dev, u32 *length, u32 *type);
457 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);
458 struct iommu_domain *(*domain_alloc_user)(
461 struct iommu_domain *(*domain_alloc_paging)(struct device *dev);
463 struct iommu_device *(*probe_device)(struct device *dev);
464 void (*release_device)(struct device *dev);
465 void (*probe_finalize)(struct device *dev);
466 struct iommu_group *(*device_group)(struct device *dev);
[all …]
/linux-6.8/arch/arm/mm/
Ddma-mapping.c1513 static const struct dma_map_ops iommu_ops = { variable