Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diommu.h794 struct iommu_device { struct
795 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
/linux/include/linux/generic_pt/
H A Diommu.h66 struct device *iommu_device; member