Searched refs:sc_intr8 (Results 1 – 2 of 2) sorted by relevance
272 sc->sc_intr8, sc->sc_intr16); in sb_printsc()1070 sc->sc_intr8 = 0; in sbdsp_close()1098 sc->sc_intr8 = 0; in sbdsp_reset()1338 sc->sc_intr8 = sbdsp_block_input; in sbdsp_trigger_input()1477 sc->sc_intr8 = sbdsp_block_output; in sbdsp_trigger_output()1630 sc->sc_intr8, sc->sc_intr16)); in sbdsp_intr()1652 if (sc->sc_intr8) in sbdsp_intr()1653 sc->sc_intr8(arg); in sbdsp_intr()2527 sc->sc_intr8 = sbdsp_midi_intr; in sbdsp_midi_open()
146 int (*sc_intr8)(void*); /* DMA completion intr handler */ member