Searched refs:sc_ointr (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dautrivar.h97 void (*sc_ointr)(void *); /* midi output ready handler */ member in struct:autri_softc
H A Deapvar.h64 void (*sc_ointr)(void *); /* midi output ready handler */ member in struct:eap_softc
H A Dcs428x.h127 void (*sc_ointr)(void *); /* midi output ready handler */ member in struct:cs428x_softc
H A Dcs4280.c501 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;
H A Deap.c1721 sc->sc_ointr = ointr;
1739 sc->sc_ointr = 0;
1781 sc->sc_ointr(sc->sc_arg);
H A Dautri.c1368 sc->sc_ointr = ointr;
1390 sc->sc_ointr = NULL;
/netbsd-current/sys/arch/macppc/dev/
H A Dawacs.c66 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;
H A Dsnapper.c80 void (*sc_ointr)(void *); /* dma completion intr handler */ member in struct:snapper_softc
81 void *sc_oarg; /* arg for sc_ointr() */
942 if (sc->sc_ointr)
943 (*sc->sc_ointr)(sc->sc_oarg);
1045 sc->sc_ointr = NULL;
1428 sc->sc_ointr = intr;

Completed in 192 milliseconds