Searched refs:sc_ledtimer (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_led.c177 callout_reset(&sc->sc_ledtimer, sc->sc_ledoff, ath_led_done, sc);
190 callout_reset(&sc->sc_ledtimer, on, ath_led_off, sc);
H A Dif_athvar.h731 struct callout sc_ledtimer; /* led off timer */ member in struct:ath_softc
H A Dif_ath.c880 callout_init(&sc->sc_ledtimer, 1);
2751 callout_stop(&sc->sc_ledtimer);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwivar.h213 struct callout sc_ledtimer; /* led off timer */ member in struct:iwi_softc
H A Dif_iwi.c3199 callout_stop(&sc->sc_ledtimer);
3403 callout_reset(&sc->sc_ledtimer, sc->sc_ledoff, iwi_led_done, sc);
3419 callout_reset(&sc->sc_ledtimer, on, iwi_led_off, sc);
3513 callout_init_mtx(&sc->sc_ledtimer, &sc->sc_mtx, 0);

Completed in 68 milliseconds