HomeSort by: relevance | last modified time | path
    Searched refs:sc_pintr (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/dev/pci/
svvar.h 53 void (*sc_pintr)(void *); /* DMA completion intr handler */ member in struct:sv_softc
fmsvar.h 58 void (*sc_pintr)(void *); member in struct:fms_softc
esovar.h 126 void (*sc_pintr)(void *); member in struct:eso_softc
esmvar.h 179 void (*sc_pintr)(void *); member in struct:esm_softc
cs428x.h 102 void (*sc_pintr)(void *); /* DMA completion intr handler */ member in struct:cs428x_softc
sv.c 496 if (sc->sc_pintr)
497 sc->sc_pintr(sc->sc_parg);
700 sc->sc_pintr = intr;
808 sc->sc_pintr = 0;
fms.c 445 if (sc->sc_pintr)
446 sc->sc_pintr(sc->sc_parg);
691 sc->sc_pintr = intr;
cs4281.c 351 sc->sc_pintr(sc->sc_parg);
464 sc->sc_pintr = intr;
esm.c 737 ess->sc_pintr = intr;
1369 if (ess->sc_pintr) {
1371 ess->sc_pintr(ess->sc_parg);
eso.c 631 if (sc->sc_pintr)
632 sc->sc_pintr(sc->sc_parg);
789 sc->sc_pintr = NULL;
1656 sc->sc_pintr = intr;
cs4280.c 433 sc->sc_pintr(sc->sc_parg);
597 sc->sc_pintr = intr;
  /src/sys/dev/ic/
upcvar.h 52 struct upc_irqhandle sc_pintr; member in struct:upc_softc
  /src/sys/dev/isa/
ad1848var.h 85 void (*sc_pintr)(void *); /* play DMA completion intr handler */ member in struct:ad1848_isa_softc
86 void *sc_parg; /* arg for sc_pintr() */
ad1848_isa.c 584 isc->sc_pintr = intr;
629 isc->sc_pintr = intr;
708 isc->sc_pintr, isc->sc_rintr, status);
717 (*isc->sc_pintr)(isc->sc_parg);
726 (*isc->sc_pintr)(isc->sc_parg);
aria.c 110 void (*sc_pintr)(void*); /* play transfer completion intr handler */ member in struct:aria_softc
112 void *sc_parg; /* arg for sc_pintr() */
441 sc->sc_pintr = 0;
913 sc->sc_pintr = intr;
967 if (sc->sc_pintr != NULL)
968 (*sc->sc_pintr)(sc->sc_parg);
  /src/sys/arch/mac68k/obio/
ascaudiovar.h 43 void (*sc_pintr)(void *); member in struct:ascaudio_softc
ascaudio.c 418 sc->sc_pintr = intr;
528 if ((sc->sc_pintr == NULL) && bus_space_read_1(sc->sc_tag,
543 if (sc->sc_pintr == NULL) {
550 if (sc->sc_pintr == NULL) {
594 if (sc->sc_pintr == NULL) {
625 sc->sc_pintr = NULL;
799 if (!sc->sc_pintr && !sc->sc_rintr)
807 if (sc->sc_pintr) {
858 if (sc->sc_pintr == NULL)
874 if (sc->sc_pintr) {
    [all...]
  /src/sys/arch/powerpc/mpc5200/
mpc5200_ac97var.h 74 void (*sc_pintr)(void *); member in struct:mpcac97_softc
mpc5200_ac97.c 354 if (sc->sc_pintr != NULL)
355 (*sc->sc_pintr)(sc->sc_pintrarg);
633 sc->sc_pintr = intr;
651 sc->sc_pintr = NULL;
  /src/sys/arch/x68k/dev/
vsvar.h 102 void (*sc_pintr)(void *); member in struct:vs_softc
vs.c 251 if (sc->sc_pintr) {
252 sc->sc_pintr(sc->sc_parg);
397 if (sc->sc_pintr == NULL) {
398 sc->sc_pintr = intr;
466 sc->sc_pintr = NULL;
  /src/sys/arch/arm/iomd/
vidcaudio.c 125 void (*sc_pintr)(void *); member in struct:vidcaudio_softc
405 sc->sc_pintr = intr;
548 (*sc->sc_pintr)(sc->sc_parg);

Completed in 37 milliseconds