Searched defs:omap_iommu (Results 1 – 1 of 1) sorted by relevance
30 struct omap_iommu { struct31 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 argument69 static inline struct omap_iommu *dev_to_omap_iommu(struct device *dev) in dev_to_omap_iommu() argument