Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/leds/
Dled-core.c102 if (test_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags)) { in led_timer_function()
177 if (!test_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags) && in led_blink_setup()
204 clear_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags); in led_blink_set()
216 if (test_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags) && in led_blink_set_oneshot()
220 set_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags); in led_blink_set_oneshot()
/linux-6.1.9/include/linux/
Dleds.h93 #define LED_BLINK_ONESHOT 1 macro