Searched defs:iommu_device (Results 1 – 1 of 1) sorted by relevance
571 struct iommu_device { struct572 struct list_head list;573 const struct iommu_ops *ops;574 struct fwnode_handle *fwnode;575 struct device *dev;576 struct iommu_group *singleton_group;577 u32 max_pasids;967 struct iommu_device {}; struct