Searched defs:iommu_device (Results 1 – 1 of 1) sorted by relevance
797 struct iommu_device { struct798 struct list_head list;799 const struct iommu_ops *ops;800 struct fwnode_handle *fwnode;801 struct device *dev;802 struct iommu_group *singleton_group;803 u32 max_pasids;804 bool ready;1204 struct iommu_device {}; struct