Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/Documentation/devicetree/bindings/leds/
Dtca6507.txt1 LEDs connected to tca6507
4 - compatible : should be : "ti,tca6507".
13 Each led is represented as a sub-node of the ti,tca6507 device.
24 tca6507@45 {
25 compatible = "ti,tca6507";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/
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
94 compatible = "ti,tca6507";
/kernel/linux/linux-4.19/drivers/leds/
Dleds-tca6507.c2 * leds-tca6507
4 * The TCA6507 is a programmable LED controller that can drive 7
73 * An led-tca6507 device must be provided with platform data or
97 #include <linux/leds-tca6507.h>
149 /* Convert an led.brightness level (0..255) to a TCA6507 level (0..15) */
197 { "tca6507" },
353 /* Write all needed register of tca6507 */
649 tca->gpio.label = "gpio-tca6507"; in tca6507_probe_gpios()
737 { .compatible = "ti,tca6507", },
835 .name = "leds-tca6507",
[all …]
DMakefile41 obj-$(CONFIG_LEDS_TCA6507) += leds-tca6507.o
DKconfig586 tristate "LED Support for TCA6507 I2C chip"
/kernel/linux/linux-5.10/drivers/leds/
Dleds-tca6507.c3 * leds-tca6507
5 * The TCA6507 is a programmable LED controller that can drive 7
141 /* Convert an led.brightness level (0..255) to a TCA6507 level (0..15) */
188 { "tca6507" },
344 /* Write all needed register of tca6507 */
639 tca->gpio.label = "gpio-tca6507"; in tca6507_probe_gpios()
731 { .compatible = "ti,tca6507", },
816 .name = "leds-tca6507",
827 MODULE_DESCRIPTION("TCA6507 LED/GPO driver");
DMakefile88 obj-$(CONFIG_LEDS_TCA6507) += leds-tca6507.o
DKconfig682 tristate "LED Support for TCA6507 I2C chip"
/kernel/linux/linux-4.19/arch/arm/boot/dts/
Domap3-gta04.dtsi171 reset-gpios = <&tca6507 0 GPIO_ACTIVE_LOW>; /* W2CBW003 reset through tca6507 */
383 tca6507: tca6507@45 { label
384 compatible = "ti,tca6507";
/kernel/linux/linux-4.19/include/linux/
Dleds-tca6507.h2 * TCA6507 LED chip driver.
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Domap3-gta04.dtsi198 reset-gpios = <&tca6507 0 GPIO_ACTIVE_LOW>; /* W2CBW003 reset through tca6507 */
534 tca6507: tca6507@45 { label
535 compatible = "ti,tca6507";