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

  /src/sys/dev/pci/
autrivar.h 97 void (*sc_ointr)(void *); /* midi output ready handler */ member in struct:autri_softc
eapvar.h 64 void (*sc_ointr)(void *); /* midi output ready handler */ member in struct:eap_softc
cs428x.h 127 void (*sc_ointr)(void *); /* midi output ready handler */ member in struct:cs428x_softc
cs4280.c 501 if (sc->sc_ointr != NULL)
502 sc->sc_ointr(sc->sc_arg);
505 while ((sc->sc_ointr != NULL) &&
508 sc->sc_ointr(sc->sc_arg);
1419 sc->sc_ointr = ointr;
1451 sc->sc_ointr = 0;
eap.c 1721 sc->sc_ointr = ointr;
1739 sc->sc_ointr = 0;
1781 sc->sc_ointr(sc->sc_arg);
autri.c 1368 sc->sc_ointr = ointr;
1390 sc->sc_ointr = NULL;
  /src/sys/arch/macppc/dev/
awacs.c 66 void (*sc_ointr)(void *); /* DMA completion intr handler */ member in struct:awacs_softc
67 void *sc_oarg; /* arg for sc_ointr() */
622 if (sc->sc_ointr)
623 (*sc->sc_ointr)(sc->sc_oarg);
674 sc->sc_ointr = NULL;
981 sc->sc_ointr = intr;
snapper.c 81 void (*sc_ointr)(void *); /* dma completion intr handler */ member in struct:snapper_softc
82 void *sc_oarg; /* arg for sc_ointr() */
896 if (sc->sc_ointr)
897 (*sc->sc_ointr)(sc->sc_oarg);
999 sc->sc_ointr = NULL;
1382 sc->sc_ointr = intr;

Completed in 45 milliseconds