tlc591xx           61 drivers/leds/leds-tlc591xx.c static const struct tlc591xx tlc59116 = {
tlc591xx           66 drivers/leds/leds-tlc591xx.c static const struct tlc591xx tlc59108 = {
tlc591xx          146 drivers/leds/leds-tlc591xx.c 		   const struct tlc591xx *tlc591xx)
tlc591xx          199 drivers/leds/leds-tlc591xx.c 	const struct tlc591xx *tlc591xx;
tlc591xx          207 drivers/leds/leds-tlc591xx.c 	tlc591xx = match->data;
tlc591xx          212 drivers/leds/leds-tlc591xx.c 	if (!count || count > tlc591xx->max_leds)
tlc591xx          225 drivers/leds/leds-tlc591xx.c 	priv->reg_ledout_offset = tlc591xx->reg_ledout_offset;
tlc591xx          235 drivers/leds/leds-tlc591xx.c 		if (reg < 0 || reg >= tlc591xx->max_leds ||
tlc591xx          246 drivers/leds/leds-tlc591xx.c 	return tlc591xx_configure(dev, priv, tlc591xx);