Home
last modified time | relevance | path

Searched refs:INDIC_PATTERN_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/leds/
H A Dleds-lm355x.c115 #define INDIC_PATTERN_SIZE 4 macro
123 static struct indicator indicator_pattern[INDIC_PATTERN_SIZE] = {
365 if (state > INDIC_PATTERN_SIZE - 1) in pattern_store()
366 state = INDIC_PATTERN_SIZE - 1; in pattern_store()
/openbmc/linux/Documentation/leds/
H A Dleds-lm3556.rst82 indicator_pattern array with your own values and INDIC_PATTERN_SIZE.