Home
last modified time | relevance | path

Searched full:multicolor (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.10/Documentation/leds/
Dleds-class-multicolor.rst4 Multicolor LED handling under Linux
9 The multicolor class groups monochrome LEDs and allows controlling two
14 Multicolor Class Control
16 The multicolor class presents files that groups the colors as indexes in an
34 root:/sys/class/leds/multicolor:status# ls -lR
40 Multicolor Class Brightness Control
51 multicolor LED group.
53 cat /sys/class/leds/multicolor:status/multi_index
56 echo 43 226 138 > /sys/class/leds/multicolor:status/multi_intensity
68 The user can control the brightness of that multicolor LED group by writing the
[all …]
Dindex.rst12 leds-class-multicolor
/Linux-v5.10/include/linux/
Dled-class-multicolor.h2 /* LED Multicolor class interface
36 * class with support for multicolor LEDs
37 * @parent: the multicolor LED to register
39 * @init_data: the LED class multicolor device initialization data
55 * class with support for multicolor LEDs
56 * @mcled_cdev: the multicolor LED to unregister
Dbrcmphy.h166 * Broadcom Multicolor LED configurations (expansion register 4)
/Linux-v5.10/Documentation/devicetree/bindings/leds/
Dleds-class-multicolor.yaml4 $id: http://devicetree.org/schemas/leds/leds-class-multicolor.yaml#
7 title: Common properties for the multicolor LED class.
18 The nodes and properties defined in this document are unique to the multicolor
29 For multicolor LED support this property should be defined as either
Dcznic,turris-omnia-leds.yaml36 - $ref: leds-class-multicolor.yaml#
Dleds-lp50xx.yaml59 - $ref: leds-class-multicolor.yaml#
/Linux-v5.10/drivers/leds/
DTODO34 Multicolor is a bit too abstract. Yes, we can have
38 Multicolor is not a good fit for RGB LED. It does not really know
42 color", which not all multicolor LEDs can.
46 multicolor for RGB LEDs.
Dleds-lp55xx-common.h15 #include <linux/led-class-multicolor.h>
98 * @multicolor_brightness_fn : Multicolor brightness function
115 /* set multicolor LED brightness */
Dled-class-multicolor.c2 // LED Multicolor class interface
8 #include <linux/led-class-multicolor.h>
202 MODULE_DESCRIPTION("Multicolor LED class interface");
DKconfig34 tristate "LED Multicolor Class Support"
37 This option enables the multicolor LED sysfs class in /sys/class/leds.
38 It wraps LED class and adds multicolor LED specific sysfs attributes
40 for multicolor LEDs that are grouped together. This class is not
Dled-core.c37 [LED_COLOR_ID_MULTI] = "multicolor",
429 * as RGB, not multicolor */ in led_compose_name()
DMakefile7 obj-$(CONFIG_LEDS_CLASS_MULTICOLOR) += led-class-multicolor.o
Dleds-turris-omnia.c9 #include <linux/led-class-multicolor.h>
Dleds-lp50xx.c18 #include <linux/led-class-multicolor.h>
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-class-led-multicolor12 Documentation/leds/leds-class-multicolor.rst.
24 Documentation/leds/leds-class-multicolor.rst.
Dsysfs-class-led13 For multicolor LEDs, writing to this file will update all
23 Documentation/leds/leds-class-multicolor.rst.
/Linux-v5.10/include/dt-bindings/leds/
Dcommon.h33 #define LED_COLOR_ID_MULTI 8 /* For multicolor LEDs */
34 #define LED_COLOR_ID_RGB 9 /* For multicolor LEDs that can do arbitrary color,
/Linux-v5.10/include/linux/platform_data/
Dleds-lp55xx.h16 #include <linux/led-class-multicolor.h>
/Linux-v5.10/drivers/net/phy/
Dbroadcom.c310 * them for MULTICOLOR and encoding link/activity into them. in bcm54xx_config_init()
/Linux-v5.10/drivers/video/fbdev/core/
Dfbmon.c866 DPRINTK(" Non-RGB Multicolor Display\n"); in get_monspecs()