Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_host1x.c102 struct resource *gen_irq_res; member
472 sc->gen_irq_res = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid, in host1x_new_pass()
474 if (sc->gen_irq_res == NULL) { in host1x_new_pass()
504 rv = bus_setup_intr(dev, sc->gen_irq_res, in host1x_new_pass()
598 bus_teardown_intr(dev, sc->gen_irq_res, sc->gen_irq_h); in host1x_detach()
607 if (sc->gen_irq_res != NULL) in host1x_detach()
608 bus_release_resource(dev, SYS_RES_IRQ, 1, sc->gen_irq_res); in host1x_detach()