Searched defs:led_priv (Results 1 – 2 of 2) sorted by relevance
35 struct led_priv { struct36 struct adapter *padapter;38 bool bRegUseLed;40 enum LED_STATE_871x CurrLedState; /* Current LED state. */42 bool bLedOn; /* true if LED is ON, false if LED is OFF. */44 bool bLedBlinkInProgress; /* true if it is blinking, false o.w.. */46 bool bLedWPSBlinkInProgress;48 u32 BlinkTimes; /* Number of times to toggle led state for blinking. */50 bool bLedLinkBlinkInProgress;51 bool bLedScanBlinkInProgress;[all …]
97 struct led_priv { struct99 struct LED_871x SwLed0;100 struct LED_871x SwLed1;101 enum LED_STRATEGY_871x LedStrategy;102 u8 bRegUseLed;103 void (*LedControlHandler)(struct _adapter *padapter,