Searched refs:BLUE_IS_PULSE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/radio/ |
H A D | radio-shark.c | 58 /* Note BLUE_IS_PULSE comes after NO_LEDS as it is a status bit, not a LED */ 59 enum { BLUE_LED, BLUE_PULSE_LED, RED_LED, NO_LEDS, BLUE_IS_PULSE }; enumerator 190 clear_bit(BLUE_IS_PULSE, &shark->brightness_new); in shark_led_set_blue() 202 set_bit(BLUE_IS_PULSE, &shark->brightness_new); in shark_led_set_blue_pulse() 272 if (test_bit(BLUE_IS_PULSE, &shark->brightness_new)) in shark_resume_leds()
|
/kernel/linux/linux-6.6/drivers/media/radio/ |
H A D | radio-shark.c | 58 /* Note BLUE_IS_PULSE comes after NO_LEDS as it is a status bit, not a LED */ 59 enum { BLUE_LED, BLUE_PULSE_LED, RED_LED, NO_LEDS, BLUE_IS_PULSE }; enumerator 190 clear_bit(BLUE_IS_PULSE, &shark->brightness_new); in shark_led_set_blue() 202 set_bit(BLUE_IS_PULSE, &shark->brightness_new); in shark_led_set_blue_pulse() 272 if (test_bit(BLUE_IS_PULSE, &shark->brightness_new)) in shark_resume_leds()
|
Completed in 2 milliseconds