Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dathvar.h249 struct callout sc_ledtimer; /* led off timer */ member
H A Dath.c483 ATH_CALLOUT_INIT(&sc->sc_ledtimer, CALLOUT_MPSAFE); in ath_attach()
1155 callout_stop(&sc->sc_ledtimer); in ath_stop_locked()
5034 callout_reset(&sc->sc_ledtimer, sc->sc_ledoff, ath_led_done, sc); in ath_led_off()
5047 callout_reset(&sc->sc_ledtimer, on, ath_led_off, sc); in ath_led_blink()