Searched refs:syncpt_irq (Results 1 – 3 of 3) sorted by relevance
85 err = devm_request_irq(host->dev, host->syncpt_irq, in host1x_intr_init_host_sync()
519 host->syncpt_irq = platform_get_irq(pdev, 0); in host1x_probe()520 if (host->syncpt_irq < 0) in host1x_probe()521 return host->syncpt_irq; in host1x_probe()
127 int syncpt_irq; member