Lines Matching defs:tlc591xx
55 struct tlc591xx {
60 static const struct tlc591xx tlc59116 = {
65 static const struct tlc591xx tlc59108 = {
151 const struct tlc591xx *tlc591xx;
159 tlc591xx = device_get_match_data(dev);
160 if (!tlc591xx)
164 if (!count || count > tlc591xx->max_leds)
177 priv->reg_ledout_offset = tlc591xx->reg_ledout_offset;
196 if (reg < 0 || reg >= tlc591xx->max_leds ||
229 .name = "tlc591xx",