Lines Matching full:blink
143 * Activate hardware accelerated blink, delays are in milliseconds
210 * Deactivate hardware blink control by setting brightness to LED_OFF via
221 * hardware blink control.
310 * This function makes the LED blink, attempting to use the
330 * This function makes the LED blink and is guaranteed to not sleep. Otherwise
337 * led_blink_set_oneshot - do a oneshot software blink
341 * @invert: blink off, then on, leaving the led on
343 * This function makes the LED blink one time for delay_on +
345 * blink is already in progress.
361 * software blink timer that implements blinking when the
387 * If necessary, this cancels the software blink timer. This function is
691 #define GPIO_LED_NO_BLINK_LOW 0 /* No blink GPIO state low */
692 #define GPIO_LED_NO_BLINK_HIGH 1 /* No blink GPIO state high */
693 #define GPIO_LED_BLINK 2 /* Please, blink */