Home
last modified time | relevance | path

Searched refs:sc_ledon (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/dev/ath/
Dif_ath_sysctl.c157 !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()
Dif_ath.c472 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()
Dif_athvar.h290 u_int sc_ledon; /* pin setting for LED on */ member