Lines Matching defs:sc_record
81 struct vaudio_stream sc_record;
172 sc->sc_record.st_softc = sc;
173 sc->sc_record.st_sih = softint_establish(SOFTINT_SERIAL|SOFTINT_MPSAFE,
174 vaudio_softintr_record, &sc->sc_record);
175 callout_init(&sc->sc_record.st_callout, CALLOUT_MPSAFE);
176 callout_setfunc(&sc->sc_record.st_callout, vaudio_intr, &sc->sc_record);
312 struct vaudio_stream *st = &sc->sc_record;
341 sc->sc_record.st_running = false;
342 callout_halt(&sc->sc_record.st_callout, NULL);