Home
last modified time | relevance | path

Searched refs:tlc591xx (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/leds/
A Dleds-tlc591xx.c56 struct tlc591xx { struct
61 static const struct tlc591xx tlc59116 = { argument
66 static const struct tlc591xx tlc59108 = {
152 const struct tlc591xx *tlc591xx; in tlc591xx_probe() local
160 tlc591xx = device_get_match_data(dev); in tlc591xx_probe()
161 if (!tlc591xx) in tlc591xx_probe()
165 if (!count || count > tlc591xx->max_leds) in tlc591xx_probe()
178 priv->reg_ledout_offset = tlc591xx->reg_ledout_offset; in tlc591xx_probe()
197 if (reg < 0 || reg >= tlc591xx->max_leds || in tlc591xx_probe()
A DMakefile81 obj-$(CONFIG_LEDS_TLC591XX) += leds-tlc591xx.o

Completed in 5 milliseconds