Lines Matching defs: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
179 int blink; /* Set if hardware-blinking */
370 if (led->blink)
374 led->blink = 0;
514 led->blink = 1;