Lines Matching refs:work_flags
68 clear_bit(LED_BLINK_SW, &led_cdev->work_flags); in led_timer_function()
73 &led_cdev->work_flags)) { in led_timer_function()
74 clear_bit(LED_BLINK_SW, &led_cdev->work_flags); in led_timer_function()
82 &led_cdev->work_flags)) in led_timer_function()
102 if (test_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags)) { in led_timer_function()
103 if (test_bit(LED_BLINK_INVERT, &led_cdev->work_flags)) { in led_timer_function()
106 &led_cdev->work_flags); in led_timer_function()
110 &led_cdev->work_flags); in led_timer_function()
138 if (test_and_clear_bit(LED_BLINK_DISABLE, &led_cdev->work_flags)) { in set_brightness_delayed()
140 set_bit(LED_SET_BRIGHTNESS_OFF, &led_cdev->work_flags); in set_brightness_delayed()
150 if (test_and_clear_bit(LED_SET_BRIGHTNESS_OFF, &led_cdev->work_flags)) in set_brightness_delayed()
153 if (test_and_clear_bit(LED_SET_BRIGHTNESS, &led_cdev->work_flags)) in set_brightness_delayed()
156 if (test_and_clear_bit(LED_SET_BLINK, &led_cdev->work_flags)) { in set_brightness_delayed()
192 set_bit(LED_BLINK_SW, &led_cdev->work_flags); in led_set_software_blink()
201 if (!test_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags) && in led_blink_setup()
227 clear_bit(LED_BLINK_SW, &led_cdev->work_flags); in led_blink_set()
228 clear_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags); in led_blink_set()
229 clear_bit(LED_BLINK_ONESHOT_STOP, &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()
245 clear_bit(LED_BLINK_ONESHOT_STOP, &led_cdev->work_flags); in led_blink_set_oneshot()
248 set_bit(LED_BLINK_INVERT, &led_cdev->work_flags); in led_blink_set_oneshot()
250 clear_bit(LED_BLINK_INVERT, &led_cdev->work_flags); in led_blink_set_oneshot()
263 set_bit(LED_SET_BLINK, &led_cdev->work_flags); in led_blink_set_nosleep()
277 clear_bit(LED_BLINK_SW, &led_cdev->work_flags); in led_stop_software_blink()
287 if (test_bit(LED_BLINK_SW, &led_cdev->work_flags)) { in led_set_brightness()
294 set_bit(LED_BLINK_DISABLE, &led_cdev->work_flags); in led_set_brightness()
298 &led_cdev->work_flags); in led_set_brightness()
324 set_bit(LED_SET_BRIGHTNESS, &led_cdev->work_flags); in led_set_brightness_nopm()
326 clear_bit(LED_SET_BRIGHTNESS, &led_cdev->work_flags); in led_set_brightness_nopm()
327 clear_bit(LED_SET_BLINK, &led_cdev->work_flags); in led_set_brightness_nopm()
328 set_bit(LED_SET_BRIGHTNESS_OFF, &led_cdev->work_flags); in led_set_brightness_nopm()