Searched defs:iommu_device (Results 1 – 1 of 1) sorted by relevance
826 struct iommu_device { struct827 struct list_head list;828 const struct iommu_ops *ops;829 struct fwnode_handle *fwnode;830 struct device *dev;831 struct iommu_group *singleton_group;832 u32 max_pasids;833 bool ready;1233 struct iommu_device {}; struct