Home
last modified time | relevance | path

Searched refs:bLedLinkBlinkInProgress (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/staging/rtl8712/
Drtl8712_led.c322 pLed->bLedLinkBlinkInProgress = true; in SwLedBlink1()
356 pLed->bLedLinkBlinkInProgress = true; in SwLedBlink1()
403 pLed->bLedLinkBlinkInProgress = true; in SwLedBlink1()
888 if (pLed->bLedLinkBlinkInProgress) { in SwLedControlMode1()
890 pLed->bLedLinkBlinkInProgress = false; in SwLedControlMode1()
907 if (!pLed->bLedLinkBlinkInProgress) { in SwLedControlMode1()
919 pLed->bLedLinkBlinkInProgress = true; in SwLedControlMode1()
940 if (pLed->bLedLinkBlinkInProgress) { in SwLedControlMode1()
942 pLed->bLedLinkBlinkInProgress = false; in SwLedControlMode1()
969 if (pLed->bLedLinkBlinkInProgress) { in SwLedControlMode1()
[all …]
Drtl871x_led.h84 u8 bLedLinkBlinkInProgress; member