Lines Matching refs:host1x

47 	struct host1x *m = dev_get_drvdata(ch->dev->parent);  in show_channels()
63 static void show_syncpts(struct host1x *m, struct output *o) in show_syncpts()
87 static void show_all(struct host1x *m, struct output *o) in show_all()
99 static void show_all_no_fifo(struct host1x *host1x, struct output *o) in show_all_no_fifo() argument
103 host1x_hw_show_mlocks(host1x, o); in show_all_no_fifo()
104 show_syncpts(host1x, o); in show_all_no_fifo()
107 host1x_for_each_channel(host1x, ch) in show_all_no_fifo()
155 static void host1x_debugfs_init(struct host1x *host1x) in host1x_debugfs_init() argument
163 host1x->debugfs = de; in host1x_debugfs_init()
165 debugfs_create_file("status", S_IRUGO, de, host1x, &host1x_debug_fops); in host1x_debugfs_init()
166 debugfs_create_file("status_all", S_IRUGO, de, host1x, in host1x_debugfs_init()
172 host1x_hw_debug_init(host1x, de); in host1x_debugfs_init()
182 static void host1x_debugfs_exit(struct host1x *host1x) in host1x_debugfs_exit() argument
184 debugfs_remove_recursive(host1x->debugfs); in host1x_debugfs_exit()
187 void host1x_debug_init(struct host1x *host1x) in host1x_debug_init() argument
190 host1x_debugfs_init(host1x); in host1x_debug_init()
193 void host1x_debug_deinit(struct host1x *host1x) in host1x_debug_deinit() argument
196 host1x_debugfs_exit(host1x); in host1x_debug_deinit()
199 void host1x_debug_dump(struct host1x *host1x) in host1x_debug_dump() argument
204 show_all(host1x, &o); in host1x_debug_dump()
207 void host1x_debug_dump_syncpts(struct host1x *host1x) in host1x_debug_dump_syncpts() argument
212 show_syncpts(host1x, &o); in host1x_debug_dump_syncpts()