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
44 #define PCA963X_MODE2_DMBLNK 0x20 /* Enable blinking */
104 bool blinking; member
133 if (led->blinking) { in pca963x_brightness()
147 led->blinking = false; in pca963x_brightness()
157 if (led->blinking) in pca963x_brightness()
198 led->blinking = true; in pca963x_blink()
357 led->blinking = false; in pca963x_register_leds()