Home
last modified time | relevance | path

Searched refs:led_active_high (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dinit.c53 module_param_named(led_active_high, ath9k_led_active_high, int, 0444);
54 MODULE_PARM_DESC(led_active_high, "Invert LED polarity");
467 ah->config.led_active_high = true; in ath9k_init_pcoem_platform()
608 ah->config.led_active_high = ath9k_led_active_high == 1; in ath9k_init_softc()
Dgpio.c30 if (sc->sc_ah->config.led_active_high) in ath_led_brightness()
96 ath9k_hw_set_gpio(ah, ah->led_pin, (ah->config.led_active_high) ? 0 : 1); in ath_fill_led_pin()
Dhw.h360 bool led_active_high; member
Dmain.c727 (ah->config.led_active_high) ? 1 : 0); in ath9k_start()
938 (ah->config.led_active_high) ? 0 : 1); in ath9k_stop()