Home
last modified time | relevance | path

Searched defs:_LED_USB (Results 1 – 1 of 1) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dhal_com_led.h217 #define IS_LED_WPS_BLINKING(_LED_USB) (((PLED_USB)_LED_USB)->CurrLedState == LED_BLINK_WPS \ argument
221 #define IS_LED_BLINKING(_LED_USB) (((PLED_USB)_LED_USB)->bLedWPSBlinkInProgress \ argument
247 typedef struct _LED_USB { struct
248 PADAPTER padapter;
250 LED_PIN LedPin; /* Identify how to implement this SW led. */
274 typedef struct _LED_USB LED_DATA, *PLED_DATA; argument