Lines Matching full:blink
143 * Activate hardware accelerated blink, delays are in milliseconds
209 * Deactivate hardware blink control by setting brightness to LED_OFF via
220 * hardware blink control.
309 * This function makes the LED blink, attempting to use the
329 * This function makes the LED blink and is guaranteed to not sleep. Otherwise
336 * led_blink_set_oneshot - do a oneshot software blink
340 * @invert: blink off, then on, leaving the led on
342 * This function makes the LED blink one time for delay_on +
344 * blink is already in progress.
360 * software blink timer that implements blinking when the
386 * If necessary, this cancels the software blink timer. This function is
690 #define GPIO_LED_NO_BLINK_LOW 0 /* No blink GPIO state low */
691 #define GPIO_LED_NO_BLINK_HIGH 1 /* No blink GPIO state high */
692 #define GPIO_LED_BLINK 2 /* Please, blink */