Lines Matching refs:host1x
54 struct host1x *m = dev_get_drvdata(ch->dev->parent); in show_channel()
78 static void show_syncpts(struct host1x *m, struct output *o, bool show_all) in show_syncpts()
125 static void show_all(struct host1x *m, struct output *o, bool show_fifo) in show_all()
191 static void host1x_debugfs_init(struct host1x *host1x) in host1x_debugfs_init() argument
196 host1x->debugfs = de; in host1x_debugfs_init()
198 debugfs_create_file("status", S_IRUGO, de, host1x, &host1x_debug_fops); in host1x_debugfs_init()
199 debugfs_create_file("status_all", S_IRUGO, de, host1x, in host1x_debugfs_init()
205 host1x_hw_debug_init(host1x, de); in host1x_debugfs_init()
215 static void host1x_debugfs_exit(struct host1x *host1x) in host1x_debugfs_exit() argument
217 debugfs_remove_recursive(host1x->debugfs); in host1x_debugfs_exit()
220 void host1x_debug_init(struct host1x *host1x) in host1x_debug_init() argument
223 host1x_debugfs_init(host1x); in host1x_debug_init()
226 void host1x_debug_deinit(struct host1x *host1x) in host1x_debug_deinit() argument
229 host1x_debugfs_exit(host1x); in host1x_debug_deinit()
232 void host1x_debug_dump(struct host1x *host1x) in host1x_debug_dump() argument
238 show_all(host1x, &o, true); in host1x_debug_dump()
241 void host1x_debug_dump_syncpts(struct host1x *host1x) in host1x_debug_dump_syncpts() argument
247 show_syncpts(host1x, &o, false); in host1x_debug_dump_syncpts()