Searched refs:tlc591xx (Results 1 – 4 of 4) sorted by relevance
55 struct tlc591xx { struct60 static const struct tlc591xx tlc59116 = { argument65 static const struct tlc591xx tlc59108 = {151 const struct tlc591xx *tlc591xx; in tlc591xx_probe() local159 tlc591xx = device_get_match_data(dev); in tlc591xx_probe()160 if (!tlc591xx) in tlc591xx_probe()164 if (!count || count > tlc591xx->max_leds) in tlc591xx_probe()177 priv->reg_ledout_offset = tlc591xx->reg_ledout_offset; in tlc591xx_probe()196 if (reg < 0 || reg >= tlc591xx->max_leds || in tlc591xx_probe()
85 obj-$(CONFIG_LEDS_TLC591XX) += leds-tlc591xx.o
[all...]