Lines Matching refs:sc_ires
330 sc->sc_ires = bus_alloc_resource_any(dev, SYS_RES_IRQ, &sc->sc_irid, in puc_bfe_attach()
332 if (sc->sc_ires != NULL) { in puc_bfe_attach()
333 error = bus_setup_intr(dev, sc->sc_ires, in puc_bfe_attach()
336 error = bus_setup_intr(dev, sc->sc_ires, in puc_bfe_attach()
345 sc->sc_ires); in puc_bfe_attach()
346 sc->sc_ires = NULL; in puc_bfe_attach()
349 if (sc->sc_ires == NULL) { in puc_bfe_attach()
371 bus_teardown_intr(dev, sc->sc_ires, sc->sc_icookie); in puc_bfe_attach()
426 bus_teardown_intr(dev, sc->sc_ires, sc->sc_icookie); in puc_bfe_detach()
427 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irid, sc->sc_ires); in puc_bfe_detach()
639 sc->sc_ires, flags, filt, ihand, arg, cookiep)); in puc_bus_setup_intr()
678 sc->sc_ires, cookie)); in puc_bus_teardown_intr()