Lines Matching refs:work_flags

70 		clear_bit(LED_BLINK_SW, &led_cdev->work_flags);  in led_timer_function()
75 &led_cdev->work_flags)) { in led_timer_function()
76 clear_bit(LED_BLINK_SW, &led_cdev->work_flags); in led_timer_function()
84 &led_cdev->work_flags)) in led_timer_function()
104 if (test_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags)) { in led_timer_function()
105 if (test_bit(LED_BLINK_INVERT, &led_cdev->work_flags)) { in led_timer_function()
108 &led_cdev->work_flags); in led_timer_function()
112 &led_cdev->work_flags); in led_timer_function()
125 if (test_and_clear_bit(LED_BLINK_DISABLE, &led_cdev->work_flags)) { in set_brightness_delayed()
170 set_bit(LED_BLINK_SW, &led_cdev->work_flags); in led_set_software_blink()
179 if (!test_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags) && in led_blink_setup()
205 clear_bit(LED_BLINK_SW, &led_cdev->work_flags); in led_blink_set()
206 clear_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags); in led_blink_set()
207 clear_bit(LED_BLINK_ONESHOT_STOP, &led_cdev->work_flags); in led_blink_set()
218 if (test_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags) && in led_blink_set_oneshot()
222 set_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags); in led_blink_set_oneshot()
223 clear_bit(LED_BLINK_ONESHOT_STOP, &led_cdev->work_flags); in led_blink_set_oneshot()
226 set_bit(LED_BLINK_INVERT, &led_cdev->work_flags); in led_blink_set_oneshot()
228 clear_bit(LED_BLINK_INVERT, &led_cdev->work_flags); in led_blink_set_oneshot()
239 clear_bit(LED_BLINK_SW, &led_cdev->work_flags); in led_stop_software_blink()
250 if (test_bit(LED_BLINK_SW, &led_cdev->work_flags)) { in led_set_brightness()
257 set_bit(LED_BLINK_DISABLE, &led_cdev->work_flags); in led_set_brightness()
261 &led_cdev->work_flags); in led_set_brightness()