Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Domap-iommu.h28 struct omap_iommu { struct
72 static inline struct omap_iommu *dev_to_omap_iommu(struct device *dev) in dev_to_omap_iommu()
195 omap_iommu_dump_ctx(struct omap_iommu *obj, char *buf, ssize_t len);
197 omap_dump_tlb_entries(struct omap_iommu *obj, char *buf, ssize_t len);
202 void omap_iommu_debugfs_add(struct omap_iommu *obj);
203 void omap_iommu_debugfs_remove(struct omap_iommu *obj);
208 static inline void omap_iommu_debugfs_add(struct omap_iommu *obj) { } in omap_iommu_debugfs_add()
209 static inline void omap_iommu_debugfs_remove(struct omap_iommu *obj) { } in omap_iommu_debugfs_remove()
215 static inline u32 iommu_read_reg(struct omap_iommu *obj, size_t offs) in iommu_read_reg()
220 static inline void iommu_write_reg(struct omap_iommu *obj, u32 val, size_t offs) in iommu_write_reg()
Domap-iommu.c39 ((struct omap_iommu *)platform_get_drvdata(to_platform_device(dev)))
59 struct omap_iommu *iommu_dev;
98 struct omap_iommu *obj = dev_to_omap_iommu(dev); in omap_iommu_save_ctx()
115 struct omap_iommu *obj = dev_to_omap_iommu(dev); in omap_iommu_restore_ctx()
126 static void __iommu_set_twl(struct omap_iommu *obj, bool on) in __iommu_set_twl()
144 static int omap2_iommu_enable(struct omap_iommu *obj) in omap2_iommu_enable()
169 static void omap2_iommu_disable(struct omap_iommu *obj) in omap2_iommu_disable()
179 static int iommu_enable(struct omap_iommu *obj) in iommu_enable()
200 static void iommu_disable(struct omap_iommu *obj) in iommu_disable()
244 static u32 iommu_report_fault(struct omap_iommu *obj, u32 *da) in iommu_report_fault()
[all …]
Domap-iommu-debug.c27 static inline bool is_omap_iommu_detached(struct omap_iommu *obj) in is_omap_iommu_detached()
35 struct omap_iommu *obj = file->private_data; in debug_read_regs()
61 struct omap_iommu *obj = file->private_data; in debug_read_tlb()
93 struct omap_iommu *obj = s->private; in dump_ioptable()
123 struct omap_iommu *obj = s->private; in debug_read_pagetable()
174 void omap_iommu_debugfs_add(struct omap_iommu *obj) in omap_iommu_debugfs_add()
200 void omap_iommu_debugfs_remove(struct omap_iommu *obj) in omap_iommu_debugfs_remove()
/linux-4.1.27/include/linux/platform_data/
Diommu-omap.h29 struct omap_iommu *iommu_dev;