Searched defs:iommu_device (Results 1 – 1 of 1) sorted by relevance
749 struct iommu_device { struct750 struct list_head list;751 const struct iommu_ops *ops;752 struct fwnode_handle *fwnode;753 struct device *dev;754 struct iommu_group *singleton_group;755 u32 max_pasids;756 bool ready;1148 struct iommu_device {}; struct