Searched defs:iommu_device (Results 1 – 1 of 1) sorted by relevance
682 struct iommu_device { struct683 struct list_head list;684 const struct iommu_ops *ops;685 struct fwnode_handle *fwnode;686 struct device *dev;687 struct iommu_group *singleton_group;688 u32 max_pasids;1078 struct iommu_device {}; struct