syncpt_irq        185 drivers/gpu/host1x/dev.c 	int syncpt_irq;
syncpt_irq        216 drivers/gpu/host1x/dev.c 	syncpt_irq = platform_get_irq(pdev, 0);
syncpt_irq        217 drivers/gpu/host1x/dev.c 	if (syncpt_irq < 0) {
syncpt_irq        218 drivers/gpu/host1x/dev.c 		dev_err(&pdev->dev, "failed to get IRQ: %d\n", syncpt_irq);
syncpt_irq        219 drivers/gpu/host1x/dev.c 		return syncpt_irq;
syncpt_irq        341 drivers/gpu/host1x/dev.c 	err = host1x_intr_init(host, syncpt_irq);