Lines Matching defs:o
16 struct output *o)
43 host1x_debug_output(o, "%u-%s: ", ch->id, dev_name(ch->dev));
47 host1x_debug_output(o, "inactive\n\n");
52 host1x_debug_output(o, "waiting on syncpt\n");
54 host1x_debug_output(o, "active class %02x, offset %04x\n",
57 host1x_debug_output(o, "DMASTART %pad, DMAEND %pad\n", &dmastart, &dmaend);
58 host1x_debug_output(o, "DMAPUT %08x DMAGET %08x DMACTL %08x\n",
60 host1x_debug_output(o, "CHANNELSTAT %02x\n", ch_stat);
62 show_channel_gathers(o, cdma);
63 host1x_debug_output(o, "\n");
68 struct output *o)
77 host1x_debug_output(o, "%u: fifo:\n", ch->id);
80 host1x_debug_output(o, "CMDFIFO_STAT %08x\n", val);
82 host1x_debug_output(o, "[empty]\n");
87 host1x_debug_output(o, "CMDFIFO_RDATA %08x\n", val);
118 host1x_debug_output(o, "%03x 0x%08x: ",
120 data_count = show_channel_command(o, val, &payload);
122 host1x_debug_cont(o, "%08x%s", val,
134 host1x_debug_cont(o, ", ...])\n");
135 host1x_debug_output(o, "\n");
142 static void host1x_debug_show_mlocks(struct host1x *host, struct output *o)