Searched full:ncp5623 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/leds/rgb/ |
D | leds-ncp5623.c | 3 * NCP5623 Multi-LED Driver 6 * Datasheet: https://www.onsemi.com/pdf/datasheet/ncp5623-d.pdf 28 struct ncp5623 { struct 46 struct ncp5623 *ncp = container_of(mc_cdev, struct ncp5623, mc_dev); in ncp5623_brightness_set() argument 83 struct ncp5623 *ncp = container_of(mc_cdev, struct ncp5623, mc_dev); in ncp5623_pattern_set() 159 struct ncp5623 *ncp; in ncp5623_probe() 230 struct ncp5623 *ncp = i2c_get_clientdata(client); in ncp5623_remove() 243 struct ncp5623 *ncp = i2c_get_clientdata(client); in ncp5623_shutdown() 252 { .compatible = "onnn,ncp5623" }, 259 .name = "ncp5623", [all …]
|
D | Kconfig | 30 tristate "LED support for NCP5623" 34 This option enables support for ON semiconductor NCP5623 38 will be called leds-ncp5623.
|
D | Makefile | 5 obj-$(CONFIG_LEDS_NCP5623) += leds-ncp5623.o
|
/linux-6.12.1/Documentation/devicetree/bindings/leds/ |
D | onnn,ncp5623.yaml | 4 $id: http://devicetree.org/schemas/leds/onnn,ncp5623.yaml# 7 title: ON Semiconductor NCP5623 multi-LED Driver 13 NCP5623 Triple Output I2C Controlled LED Driver. 14 https://www.onsemi.com/pdf/datasheet/ncp5623-d.pdf 19 - onnn,ncp5623 71 compatible = "onnn,ncp5623";
|