HomeSort by: relevance | last modified time | path
    Searched defs:sc_ointr (Results 1 - 5 of 5) 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
  /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 14 milliseconds