Searched refs:sc_ledon (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/sys/dev/ath/ |
| D | if_ath_sysctl.c | 157 !sc->sc_ledon); in ath_sysctl_softled() 180 !sc->sc_ledon); in ath_sysctl_ledpin() 424 "ledon", CTLFLAG_RW, &sc->sc_ledon, 0, in ath_sysctlattach()
|
| D | if_ath.c | 472 sc->sc_ledon = 0; /* low true */ in ath_attach() 484 ath_hal_gpioset(ah, sc->sc_ledpin, !sc->sc_ledon); in ath_attach() 1275 ath_hal_gpioset(ah, sc->sc_ledpin, !sc->sc_ledon); in ath_resume() 1691 !sc->sc_ledon); in ath_stop_locked() 5128 ath_hal_gpioset(sc->sc_ah, sc->sc_ledpin, !sc->sc_ledon); in ath_led_off() 5139 ath_hal_gpioset(sc->sc_ah, sc->sc_ledpin, sc->sc_ledon); in ath_led_blink()
|
| D | if_athvar.h | 290 u_int sc_ledon; /* pin setting for LED on */ member
|