Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/leds/
Dleds-tlc591xx.c58 struct tlc591xx { struct
63 static const struct tlc591xx tlc59116 = { argument
68 static const struct tlc591xx tlc59108 = {
148 const struct tlc591xx *tlc591xx) in tlc591xx_configure() argument
201 const struct tlc591xx *tlc591xx; in tlc591xx_probe() local
209 tlc591xx = match->data; in tlc591xx_probe()
214 if (!count || count > tlc591xx->max_leds) in tlc591xx_probe()
227 priv->reg_ledout_offset = tlc591xx->reg_ledout_offset; in tlc591xx_probe()
237 if (reg < 0 || reg >= tlc591xx->max_leds || in tlc591xx_probe()
248 return tlc591xx_configure(dev, priv, tlc591xx); in tlc591xx_probe()
DMakefile42 obj-$(CONFIG_LEDS_TLC591XX) += leds-tlc591xx.o