Home
last modified time | relevance | path

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

/freebsd/sys/dev/alc/
H A Dif_alcvar.h242 struct callout alc_tick_ch; member
H A Dif_alc.c1390 callout_init_mtx(&sc->alc_tick_ch, &sc->alc_mtx, 0); in alc_attach()
1692 callout_drain(&sc->alc_tick_ch); in alc_detach()
3792 callout_reset(&sc->alc_tick_ch, hz, alc_tick, sc); in alc_tick()
4317 callout_reset(&sc->alc_tick_ch, hz, alc_tick, sc); in alc_init_locked()
4336 callout_stop(&sc->alc_tick_ch); in alc_stop()