Home
last modified time | relevance | path

Searched refs:syncpt_irq (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/gpu/host1x/hw/
Dintr_hw.c85 err = devm_request_irq(host->dev, host->syncpt_irq, in host1x_intr_init_host_sync()
/Linux-v6.6/drivers/gpu/host1x/
Ddev.c519 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()
Ddev.h127 int syncpt_irq; member