Lines Matching defs:tlc591xx
56 struct tlc591xx {
61 static const struct tlc591xx tlc59116 = {
66 static const struct tlc591xx tlc59108 = {
153 const struct tlc591xx *tlc591xx;
161 tlc591xx = device_get_match_data(dev);
162 if (!tlc591xx)
166 if (!count || count > tlc591xx->max_leds)
179 priv->reg_ledout_offset = tlc591xx->reg_ledout_offset;
198 if (reg < 0 || reg >= tlc591xx->max_leds ||
231 .name = "tlc591xx",