Searched refs:debug_op (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/gpu/host1x/hw/
H A Dhost1x01.c30 host->debug_op = &host1x_debug_ops;
H A Dhost1x02.c30 host->debug_op = &host1x_debug_ops;
H A Dhost1x04.c30 host->debug_op = &host1x_debug_ops;
H A Dhost1x05.c30 host->debug_op = &host1x_debug_ops;
H A Dhost1x06.c30 host->debug_op = &host1x_debug_ops;
H A Dhost1x07.c30 host->debug_op = &host1x_debug_ops;
H A Dhost1x08.c30 host->debug_op = &host1x_debug_ops;
/linux-master/drivers/gpu/host1x/
H A Ddev.h154 const struct host1x_debug_ops *debug_op; member in struct:host1x
332 if (host->debug_op && host->debug_op->debug_init)
333 host->debug_op->debug_init(de);
340 host->debug_op->show_channel_cdma(host, channel, o);
347 host->debug_op->show_channel_fifo(host, channel, o);
352 host->debug_op->show_mlocks(host, o);

Completed in 268 milliseconds