Searched defs:iommu_device (Results 1 – 1 of 1) sorted by relevance
739 struct iommu_device { struct740 struct list_head list;741 const struct iommu_ops *ops;742 struct fwnode_handle *fwnode;743 struct device *dev;744 struct iommu_group *singleton_group;745 u32 max_pasids;1137 struct iommu_device {}; struct