Lines Matching full:blink
9 * blink or double-blink.
20 * There are two different blink rates that can be programmed, each
23 * be used for the extra rates. The two different blink rates must
25 * support double-blink so 'second-off' always matches 'off'.
51 * have the same level and either same blink rates, or some don't
52 * blink. When a led changes, it relinquishes access and tries again,
53 * so it might lose access to hardware blink.
55 * If a blink engine cannot be allocated, software blink is used. If
58 * worst case would be to have two different blink rates at '1', with
63 * brightness and LEDs using the blink. It can only be reprogrammed
90 #define TCA6507_LS_BLINK0 0x6 /* Blink at Bank0 rate */
91 #define TCA6507_LS_BLINK1 0x7 /* Blink at Bank1 rate */
176 int blink; /* Set if hardware-blinking */ member
367 if (led->blink) in led_release()
371 led->blink = 0; in led_release()
511 led->blink = 1; in led_prepare()