Searched refs:led_active_high (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | ath9k_platform.h | 43 bool led_active_high; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ath9k_platform.h | 43 bool led_active_high; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | init.c | 56 module_param_named(led_active_high, ath9k_led_active_high, int, 0444); 57 MODULE_PARM_DESC(led_active_high, "Invert LED polarity"); 524 ah->config.led_active_high = true; in ath9k_init_pcoem_platform() 603 if (pdata->led_active_high) in ath9k_init_platform() 604 ah->config.led_active_high = true; in ath9k_init_platform() 712 ah->config.led_active_high = ath9k_led_active_high == 1; in ath9k_init_softc()
|
H A D | gpio.c | 48 ath9k_hw_set_gpio(ah, ah->led_pin, ah->config.led_active_high ? 0 : 1); in ath_fill_led_pin() 57 if (sc->sc_ah->config.led_active_high) in ath_led_brightness()
|
H A D | main.c | 730 (ah->config.led_active_high) ? 1 : 0); in ath9k_start() 948 (ah->config.led_active_high) ? 0 : 1); in ath9k_stop()
|
H A D | hw.h | 362 bool led_active_high; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | init.c | 56 module_param_named(led_active_high, ath9k_led_active_high, int, 0444); 57 MODULE_PARM_DESC(led_active_high, "Invert LED polarity"); 524 ah->config.led_active_high = true; in ath9k_init_pcoem_platform() 654 if (pdata->led_active_high) in ath9k_init_platform() 655 ah->config.led_active_high = true; in ath9k_init_platform() 764 ah->config.led_active_high = ath9k_led_active_high == 1; in ath9k_init_softc()
|
H A D | gpio.c | 48 ath9k_hw_set_gpio(ah, ah->led_pin, ah->config.led_active_high ? 0 : 1); in ath_fill_led_pin() 57 if (sc->sc_ah->config.led_active_high) in ath_led_brightness()
|
H A D | main.c | 730 (ah->config.led_active_high) ? 1 : 0); in ath9k_start() 948 (ah->config.led_active_high) ? 0 : 1); in ath9k_stop()
|
H A D | hw.h | 362 bool led_active_high; member
|
Completed in 17 milliseconds