Lines Matching full:blink
149 * Activate hardware accelerated blink, delays are in milliseconds
215 * Deactivate hardware blink control by setting brightness to LED_OFF via
226 * hardware blink control.
326 * This function makes the LED blink, attempting to use the
346 * This function makes the LED blink and is guaranteed to not sleep. Otherwise
353 * led_blink_set_oneshot - do a oneshot software blink
357 * @invert: blink off, then on, leaving the led on
359 * This function makes the LED blink one time for delay_on +
361 * blink is already in progress.
377 * software blink timer that implements blinking when the
655 #define GPIO_LED_NO_BLINK_LOW 0 /* No blink GPIO state low */
656 #define GPIO_LED_NO_BLINK_HIGH 1 /* No blink GPIO state high */
657 #define GPIO_LED_BLINK 2 /* Please, blink */