Searched refs:sc_ledon (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_led.c | 134 ath_hal_gpioset(sc->sc_ah, sc->sc_ledpin, !sc->sc_ledon); in ath_led_config() 175 ath_hal_gpioset(sc->sc_ah, sc->sc_ledpin, !sc->sc_ledon); in ath_led_off() 186 ath_hal_gpioset(sc->sc_ah, sc->sc_ledpin, sc->sc_ledon); in ath_led_blink()
|
H A D | if_ath_sysctl.c | 851 "ledon", CTLFLAG_RW, &sc->sc_ledon, 0, in ath_sysctlattach()
|
H A D | if_athvar.h | 725 u_int sc_ledon; /* pin setting for LED on */ member
|
H A D | if_ath.c | 878 sc->sc_ledon = 0; /* low true */ in ath_attach() 2800 !sc->sc_ledon); in ath_stop()
|