Home
last modified time | relevance | path

Searched full:an30259a (Results 1 – 5 of 5) sorted by relevance

/linux-5.10/drivers/leds/
Dleds-an30259a.c3 // Driver for Panasonic AN30259A 3-channel LED driver
56 #define AN30259A_NAME "an30259a"
62 struct an30259a;
65 struct an30259a *chip;
73 struct an30259a { struct
203 struct an30259a *chip) in an30259a_dt_init()
260 struct an30259a *chip = led->chip; in an30259a_init_default_state()
288 struct an30259a *chip; in an30259a_probe()
339 struct an30259a *chip = i2c_get_clientdata(client); in an30259a_remove()
347 { .compatible = "panasonic,an30259a", },
[all …]
DKconfig73 tristate "LED support for Panasonic AN30259A"
76 This option enables support for the AN30259A 3-channel
80 will be called leds-an30259a.
DMakefile15 obj-$(CONFIG_LEDS_AN30259A) += leds-an30259a.o
/linux-5.10/Documentation/devicetree/bindings/leds/
Dleds-an30259a.txt1 * Panasonic AN30259A 3-channel LED driver
3 The AN30259A is a LED controller capable of driving three LEDs independently. It supports
7 - compatible: Must be "panasonic,an30259a".
12 Each LED is represented as a sub-node of the panasonic,an30259a node.
32 compatible = "panasonic,an30259a";
Dcommon.yaml201 compatible = "panasonic,an30259a";