Searched defs:iommu_device (Results 1 – 2 of 2) sorted by relevance
794 struct iommu_device { struct795 struct list_head list;796 const struct iommu_ops *ops;797 struct fwnode_handle *fwnode;798 struct device *dev;799 struct iommu_group *singleton_group;800 u32 max_pasids;801 bool ready;1195 struct iommu_device {}; struct
66 struct device *iommu_device; member