Home
last modified time | relevance | path

Searched full:tca6507 (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/leds/
H A Dti,tca6507.yaml4 $id: http://devicetree.org/schemas/leds/ti,tca6507.yaml#
7 title: TCA6507 LED and GPIO controller
13 The TCA6507 is a programmable LED controller connected via I2C that can drive
19 const: ti,tca6507
95 compatible = "ti,tca6507";
/linux/drivers/leds/
H A Dleds-tca6507.c3 * leds-tca6507
5 * The TCA6507 is a programmable LED controller that can drive 7
138 /* Convert an led.brightness level (0..255) to a TCA6507 level (0..15) */
185 { "tca6507" },
339 /* Write all needed register of tca6507 */
634 tca->gpio.label = "gpio-tca6507"; in tca6507_probe_gpios()
708 { .compatible = "ti,tca6507", },
777 .name = "leds-tca6507",
788 MODULE_DESCRIPTION("TCA6507 LED/GPO driver");
H A DMakefile87 obj-$(CONFIG_LEDS_TCA6507) += leds-tca6507.o
H A DKconfig735 tristate "LED Support for TCA6507 I2C chip"