Searched refs:blink_work (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_led.c | 52 static void blink_work(struct work_struct *work) in blink_work() function 55 struct led_priv *pLed = container_of(dwork, struct led_priv, blink_work); in blink_work() 72 schedule_delayed_work(&pLed->blink_work, LED_BLINK_NO_LINK_INTVL); in blink_work() 75 schedule_delayed_work(&pLed->blink_work, LED_BLINK_LINK_INTVL); in blink_work() 83 schedule_delayed_work(&pLed->blink_work, LED_BLINK_LINK_INTVL); in blink_work() 86 schedule_delayed_work(&pLed->blink_work, LED_BLINK_NO_LINK_INTVL); in blink_work() 90 schedule_delayed_work(&pLed->blink_work, LED_BLINK_SCAN_INTVL); in blink_work() 99 schedule_delayed_work(&pLed->blink_work, LED_BLINK_LINK_INTVL); in blink_work() 102 schedule_delayed_work(&pLed->blink_work, LED_BLINK_NO_LINK_INTVL); in blink_work() 106 schedule_delayed_work(&pLed->blink_work, LED_BLINK_FASTER_INTVL); in blink_work() [all …]
|
/linux-6.1.9/drivers/staging/r8188eu/include/ |
D | rtw_led.h | 52 struct delayed_work blink_work; member
|