Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/leds/
Dled-core.c102 if (test_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags)) { in led_timer_function()
201 if (!test_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags) && in led_blink_setup()
228 clear_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags); in led_blink_set()
240 if (test_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags) && in led_blink_set_oneshot()
244 set_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags); in led_blink_set_oneshot()
/linux-6.6.21/include/linux/
Dleds.h123 #define LED_BLINK_ONESHOT 1 macro