debug_op          129 drivers/gpu/host1x/dev.h 	const struct host1x_debug_ops *debug_op;
debug_op          303 drivers/gpu/host1x/dev.h 	if (host->debug_op && host->debug_op->debug_init)
debug_op          304 drivers/gpu/host1x/dev.h 		host->debug_op->debug_init(de);
debug_op          311 drivers/gpu/host1x/dev.h 	host->debug_op->show_channel_cdma(host, channel, o);
debug_op          318 drivers/gpu/host1x/dev.h 	host->debug_op->show_channel_fifo(host, channel, o);
debug_op          323 drivers/gpu/host1x/dev.h 	host->debug_op->show_mlocks(host, o);
debug_op           30 drivers/gpu/host1x/hw/host1x01.c 	host->debug_op = &host1x_debug_ops;
debug_op           30 drivers/gpu/host1x/hw/host1x02.c 	host->debug_op = &host1x_debug_ops;
debug_op           30 drivers/gpu/host1x/hw/host1x04.c 	host->debug_op = &host1x_debug_ops;
debug_op           30 drivers/gpu/host1x/hw/host1x05.c 	host->debug_op = &host1x_debug_ops;
debug_op           30 drivers/gpu/host1x/hw/host1x06.c 	host->debug_op = &host1x_debug_ops;
debug_op           30 drivers/gpu/host1x/hw/host1x07.c 	host->debug_op = &host1x_debug_ops;