Lines Matching full:blinking
14 * Note that hardware blinking violates the leds infrastructure driver
15 * interface since the hardware only supports blinking all LEDs with the
19 * that is set to blink will be used for all of the blinking LEDs.
20 * Hardware blinking is disabled by default but can be enabled by setting
45 #define PCA963X_MODE2_DMBLNK 0x20 /* Enable blinking */
105 bool blinking; member
134 if (led->blinking) { in pca963x_brightness()
148 led->blinking = false; in pca963x_brightness()
158 if (led->blinking) in pca963x_brightness()
199 led->blinking = true; in pca963x_blink()
356 led->blinking = false; in pca963x_register_leds()