enable_syncpt_intr   80 drivers/gpu/host1x/dev.h 	void (*enable_syncpt_intr)(struct host1x *host, unsigned int id);
enable_syncpt_intr  210 drivers/gpu/host1x/dev.h 	host->intr_op->enable_syncpt_intr(host, id);
enable_syncpt_intr  144 drivers/gpu/host1x/hw/intr_hw.c 	.enable_syncpt_intr = _host1x_intr_enable_syncpt_intr,