cpu_incr           69 drivers/gpu/host1x/dev.h 	int (*cpu_incr)(struct host1x_syncpt *syncpt);
cpu_incr          179 drivers/gpu/host1x/dev.h 	return host->syncpt_op->cpu_incr(sp);
cpu_incr          141 drivers/gpu/host1x/hw/syncpt_hw.c 	.cpu_incr = syncpt_cpu_incr,