Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/leds/
Dleds-tlc591xx.c59 unsigned int max_leds; member
64 .max_leds = 16,
69 .max_leds = 8,
214 if (!count || count > tlc591xx->max_leds) in tlc591xx_probe()
237 if (reg < 0 || reg >= tlc591xx->max_leds || in tlc591xx_probe()