Home
last modified time | relevance | path

Searched refs:sc_poll2_ch (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/isa/
H A Dessvar.h139 callout_t sc_poll2_ch; /* audio2 poll */ member
H A Dess.c898 callout_init(&sc->sc_poll2_ch, CALLOUT_MPSAFE); in essattach()
1074 callout_destroy(&sc->sc_poll2_ch); in essattach()
1263 callout_reset(&sc->sc_poll2_ch, hz / 30, in ess_audio2_trigger_output()
1421 callout_stop(&sc->sc_poll2_ch); in ess_audio2_halt()
1564 callout_reset(&sc->sc_poll2_ch, hz / 30, ess_audio2_poll, sc); in ess_audio2_poll()