Searched defs:iommu_dev_data (Results 1 – 1 of 1) sorted by relevance
291 struct iommu_dev_data { struct292 struct list_head list; /* For domain->dev_list */293 struct device *dev; /* Device this data belong to */294 struct device *alias; /* The Alias Device */295 struct protection_domain *domain; /* Domain the device is bound to */296 atomic_t bind; /* Domain attach reverent count */