Searched refs:intrhook (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Di82586var.h148 * intrhook - board dependent interrupt processing
189 int (*intrhook)(struct ie_softc *, int); member in struct:ie_softc
H A Di82586.c222 * intrhook - board dependent interrupt processing
392 if (sc->intrhook)
393 sc->intrhook(sc, INTR_ACK);
439 if (sc->intrhook)
440 (sc->intrhook)(sc, INTR_ENTER);
447 if (sc->intrhook)
448 (sc->intrhook)(sc, INTR_EXIT);
473 if (sc->intrhook)
474 (sc->intrhook)(sc, INTR_LOOP);
492 if (sc->intrhook)
[all...]
/netbsd-current/sys/arch/sun2/dev/
H A Dif_ie_mbmem.c413 sc->intrhook = ie_mbmemintr;
/netbsd-current/sys/dev/mvme/
H A Dif_ie_mvme.c274 sc->intrhook = ie_intrhook;
/netbsd-current/sys/dev/mca/
H A Dif_elmc_mca.c179 sc->intrhook = elmc_mca_intrhook;
/netbsd-current/sys/dev/podulebus/
H A Dif_ei.c135 sc->sc_ie.intrhook = ei_intrhook;
/netbsd-current/sys/arch/hppa/gsc/
H A Dif_ie_gsc.c464 sc->intrhook = NULL;
/netbsd-current/sys/dev/vme/
H A Dif_ie_vme.c488 sc->intrhook = ie_vmeintr;
/netbsd-current/sys/dev/isa/
H A Dif_ai.c333 sc->intrhook = NULL;
H A Dif_ef.c466 sc->intrhook = ef_intrhook;
H A Dif_ix.c686 sc->intrhook = ix_intrhook;

Completed in 127 milliseconds