Lines Matching full:blink
8 * blink or double-blink.
19 * There are two different blink rates that can be programmed, each
22 * be used for the extra rates. The two different blink rates must
24 * support double-blink so 'second-off' always matches 'off'.
50 * have the same level and either same blink rates, or some don't
51 * blink. When a led changes, it relinquishes access and tries again,
52 * so it might lose access to hardware blink.
54 * If a blink engine cannot be allocated, software blink is used. If
57 * worst case would be to have two different blink rates at '1', with
62 * brightness and LEDs using the blink. It can only be reprogrammed
107 #define TCA6507_LS_BLINK0 0x6 /* Blink at Bank0 rate */
108 #define TCA6507_LS_BLINK1 0x7 /* Blink at Bank1 rate */
187 int blink; /* Set if hardware-blinking */ member
381 if (led->blink) in led_release()
385 led->blink = 0; in led_release()
525 led->blink = 1; in led_prepare()