Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Diommu.h222 struct iommu_ops { struct
223 bool (*capable)(enum iommu_cap);
226 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);
228 struct iommu_device *(*probe_device)(struct device *dev);
229 void (*release_device)(struct device *dev);
230 void (*probe_finalize)(struct device *dev);
231 struct iommu_group *(*device_group)(struct device *dev);
234 void (*get_resv_regions)(struct device *dev, struct list_head *list);
235 void (*put_resv_regions)(struct device *dev, struct list_head *list);
237 int (*of_xlate)(struct device *dev, struct of_phandle_args *args);
[all …]
/linux-5.19.10/include/linux/device/
Dbus.h112 const struct iommu_ops *iommu_ops; member
/linux-5.19.10/arch/arm/mm/
Ddma-mapping.c1991 static const struct dma_map_ops iommu_ops = { variable