Searched refs:tlc591xx (Results 1 – 2 of 2) sorted by relevance
61 struct tlc591xx { struct66 static const struct tlc591xx tlc59116 = { argument71 static const struct tlc591xx tlc59108 = {164 const struct tlc591xx *tlc591xx) in tlc591xx_configure() argument218 const struct tlc591xx *tlc591xx; in tlc591xx_probe() local226 tlc591xx = match->data; in tlc591xx_probe()231 if (!count || count > tlc591xx->max_leds) in tlc591xx_probe()244 priv->reg_ledout_offset = tlc591xx->reg_ledout_offset; in tlc591xx_probe()252 if (reg < 0 || reg >= tlc591xx->max_leds) in tlc591xx_probe()262 return tlc591xx_configure(dev, priv, tlc591xx); in tlc591xx_probe()
37 obj-$(CONFIG_LEDS_TLC591XX) += leds-tlc591xx.o