/src/sys/dev/pci/ |
auviavar.h | 72 struct auvia_softc_chan sc_play, sc_record; member in struct:auvia_softc
|
autrivar.h | 93 struct autri_chstatus sc_play, sc_rec; member in struct:autri_softc
|
ydsvar.h | 86 } sc_play, sc_rec; member in struct:yds_softc
|
cmpcivar.h | 233 } sc_play, sc_rec; member in struct:cmpci_softc
|
gcscaudio.c | 109 struct gcscaudio_softc_ch sc_play; member in struct:gcscaudio_softc 532 sc->sc_play.ch_params = *rec; 574 sc->sc_play.ch_intr = NULL; 913 sc->sc_play.ch_intr = intr; 914 sc->sc_play.ch_intr_arg = arg; 917 switch (sc->sc_play.ch_params.channels) { 1158 if (sc->sc_play.ch_intr) { 1159 sc->sc_play.ch_intr(sc->sc_play.ch_intr_arg);
|
/src/sys/arch/usermode/dev/ |
vaudio.c | 80 struct vaudio_stream sc_play; member in struct:vaudio_softc 166 sc->sc_play.st_softc = sc; 167 sc->sc_play.st_sih = softint_establish(SOFTINT_SERIAL|SOFTINT_MPSAFE, 168 vaudio_softintr_play, &sc->sc_play); 169 callout_init(&sc->sc_play.st_callout, CALLOUT_MPSAFE); 170 callout_setfunc(&sc->sc_play.st_callout, vaudio_intr, &sc->sc_play); 294 struct vaudio_stream *st = &sc->sc_play; 330 sc->sc_play.st_running = false; 331 callout_halt(&sc->sc_play.st_callout, NULL) [all...] |
/src/sys/dev/isa/ |
aria.c | 98 u_short sc_play; /* non-paused play chans 2**chan */ member in struct:aria_softc 433 sc->sc_play = 0; 650 if (sc->sc_play&(1<<ARIAR_PLAY_CHAN)) 858 if (sc->sc_play & (1<<1)) { 860 sc->sc_play &= ~(1<<1); 916 if (!(sc->sc_play&(1<<ARIAR_PLAY_CHAN))) { 918 sc->sc_play |= (1<<ARIAR_PLAY_CHAN);
|