Searched refs:assoc_led (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dled.c39 if (unlikely(!local->assoc_led))
42 led_trigger_event(local->assoc_led, LED_FULL);
44 led_trigger_event(local->assoc_led, LED_OFF);
81 local->assoc_led = kzalloc(sizeof(struct led_trigger), GFP_KERNEL);
82 if (local->assoc_led) {
85 local->assoc_led->name = local->assoc_led_name;
86 if (led_trigger_register(local->assoc_led)) {
87 kfree(local->assoc_led);
88 local->assoc_led = NULL;
110 if (local->assoc_led) {
[all...]
H A Dieee80211_i.h786 struct led_trigger *tx_led, *rx_led, *assoc_led, *radio_led; member in struct:ieee80211_local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dgpio.c123 ath_unregister_led(&sc->assoc_led);
159 snprintf(sc->assoc_led.name, sizeof(sc->assoc_led.name),
161 ret = ath_register_led(sc, &sc->assoc_led, trigger);
162 sc->assoc_led.led_type = ATH_LED_ASSOC;
H A Dhtc_drv_main.c889 cancel_delayed_work_sync(&priv->assoc_led.brightness_work);
927 ath9k_unregister_led(&priv->assoc_led);
965 snprintf(priv->assoc_led.name, sizeof(priv->assoc_led.name),
967 ret = ath9k_register_led(priv, &priv->assoc_led, trigger);
968 priv->assoc_led.led_type = ATH_LED_ASSOC;
H A Dhtc.h380 struct ath_led assoc_led; member in struct:ath9k_htc_priv
H A Dath9k.h586 struct ath_led assoc_led; member in struct:ath_softc

Completed in 59 milliseconds