Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Diommu.h229 struct iommu_ops { struct
230 bool (*capable)(struct device *dev, enum iommu_cap);
233 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);
235 struct iommu_device *(*probe_device)(struct device *dev);
236 void (*release_device)(struct device *dev);
237 void (*probe_finalize)(struct device *dev);
238 struct iommu_group *(*device_group)(struct device *dev);
241 void (*get_resv_regions)(struct device *dev, struct list_head *list);
243 int (*of_xlate)(struct device *dev, struct of_phandle_args *args);
244 bool (*is_attach_deferred)(struct device *dev);
[all …]
/Linux-v6.1/include/linux/device/
Dbus.h112 const struct iommu_ops *iommu_ops; member
/Linux-v6.1/arch/arm/mm/
Ddma-mapping.c1526 static const struct dma_map_ops iommu_ops = { variable