tlc591xx
const struct tlc591xx *tlc591xx;
tlc591xx = device_get_match_data(dev);
if (!tlc591xx)
if (!count || count > tlc591xx->max_leds)
priv->reg_ledout_offset = tlc591xx->reg_ledout_offset;
if (reg < 0 || reg >= tlc591xx->max_leds ||
static const struct tlc591xx tlc59116 = {
static const struct tlc591xx tlc59108 = {