| /src/sys/arch/usermode/dev/ |
| vaudio.c | 60 callout_t st_callout; member in struct:vaudio_stream 169 callout_init(&sc->sc_play.st_callout, CALLOUT_MPSAFE); 170 callout_setfunc(&sc->sc_play.st_callout, vaudio_intr, &sc->sc_play); 175 callout_init(&sc->sc_record.st_callout, CALLOUT_MPSAFE); 176 callout_setfunc(&sc->sc_record.st_callout, vaudio_intr, &sc->sc_record); 219 callout_schedule(&st->st_callout, 1); 242 callout_schedule(&st->st_callout, 1); 302 callout_schedule(&st->st_callout, 1); 320 callout_schedule(&st->st_callout, 1); 331 callout_halt(&sc->sc_play.st_callout, NULL) [all...] |
| vaudio.c | 60 callout_t st_callout; member in struct:vaudio_stream 169 callout_init(&sc->sc_play.st_callout, CALLOUT_MPSAFE); 170 callout_setfunc(&sc->sc_play.st_callout, vaudio_intr, &sc->sc_play); 175 callout_init(&sc->sc_record.st_callout, CALLOUT_MPSAFE); 176 callout_setfunc(&sc->sc_record.st_callout, vaudio_intr, &sc->sc_record); 219 callout_schedule(&st->st_callout, 1); 242 callout_schedule(&st->st_callout, 1); 302 callout_schedule(&st->st_callout, 1); 320 callout_schedule(&st->st_callout, 1); 331 callout_halt(&sc->sc_play.st_callout, NULL) [all...] |