Lines Matching defs:irq_res
98 struct resource *irq_res;
208 sc->irq_res = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid,
210 if (sc->irq_res == NULL) {
235 rv = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_MISC | INTR_MPSAFE,
256 bus_teardown_intr(dev, sc->irq_res, sc->irq_h);
257 if (sc->irq_res != NULL)
258 bus_release_resource(dev, SYS_RES_IRQ, 0, sc->irq_res);
278 bus_teardown_intr(dev, sc->irq_res, sc->irq_h);
279 if (sc->irq_res != NULL)
280 bus_release_resource(dev, SYS_RES_IRQ, 0, sc->irq_res);