Searched defs:iommu_device (Results 1 – 1 of 1) sorted by relevance
754 struct iommu_device { struct755 struct list_head list;756 const struct iommu_ops *ops;757 struct fwnode_handle *fwnode;758 struct device *dev;759 struct iommu_group *singleton_group;760 u32 max_pasids;1151 struct iommu_device {}; struct