Searched refs:syncpt_irq_res (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/arm/nvidia/drm2/ |
| H A D | tegra_host1x.c | 100 struct resource *syncpt_irq_res; member 464 sc->syncpt_irq_res = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid, in host1x_new_pass() 466 if (sc->syncpt_irq_res == NULL) { in host1x_new_pass() 512 rv = bus_setup_intr(dev, sc->syncpt_irq_res, in host1x_new_pass() 606 bus_teardown_intr(dev, sc->syncpt_irq_res, sc->syncpt_irq_h); in host1x_detach() 609 if (sc->syncpt_irq_res != NULL) in host1x_detach() 610 bus_release_resource(dev, SYS_RES_IRQ, 0, sc->syncpt_irq_res); in host1x_detach()
|