Searched refs:CurrLedState (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/staging/rtl8712/
H A Drtl8712_led.c82 pLed->CurrLedState = LED_STATE_OFF;
204 switch (pLed->CurrLedState) {
244 switch (pLed->CurrLedState) {
299 switch (pLed->CurrLedState) {
323 pLed->CurrLedState = LED_BLINK_NORMAL;
332 pLed->CurrLedState = LED_BLINK_SLOWLY;
357 pLed->CurrLedState = LED_BLINK_NORMAL;
366 pLed->CurrLedState = LED_BLINK_SLOWLY;
404 pLed->CurrLedState = LED_BLINK_NORMAL;
430 switch (pLed->CurrLedState) {
[all...]
H A Drtl871x_led.h41 (((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS \
42 || ((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP \
79 u32 CurrLedState; /* Current LED state. */ member in struct:LED_871x

Completed in 135 milliseconds