Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Domap-iommu.h30 struct omap_iommu { struct
31 const char *name;
32 void __iomem *regbase;
33 struct regmap *syscfg;
34 struct device *dev;
35 struct iommu_domain *domain;
36 struct dentry *debug_dir;
38 spinlock_t iommu_lock; /* global for this whole object */
66 * dev_to_omap_iommu() - retrieves an omap iommu object from a user device argument
69 static inline struct omap_iommu *dev_to_omap_iommu(struct device *dev) in dev_to_omap_iommu() argument