Home
last modified time | relevance | path

Searched defs:iommu_device (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Diommu.h749 struct iommu_device { struct
750 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