Home
last modified time | relevance | path

Searched refs:LED_BLINK_BRIGHTNESS_CHANGE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/leds/trigger/
H A Dledtrig-heartbeat.c48 if (test_and_clear_bit(LED_BLINK_BRIGHTNESS_CHANGE, &led_cdev->work_flags)) in led_heartbeat_function()
H A Dledtrig-activity.c48 if (test_and_clear_bit(LED_BLINK_BRIGHTNESS_CHANGE, &led_cdev->work_flags)) in led_activity_function()
/openbmc/linux/drivers/leds/
H A Dled-core.c81 if (test_and_clear_bit(LED_BLINK_BRIGHTNESS_CHANGE, in led_timer_function()
297 set_bit(LED_BLINK_BRIGHTNESS_CHANGE, in led_set_brightness()
/openbmc/linux/include/linux/
H A Dleds.h126 #define LED_BLINK_BRIGHTNESS_CHANGE 4 macro