Searched full:multicolor (Results 1 – 21 of 21) sorted by relevance
4 Multicolor LED handling under Linux9 The multicolor class groups monochrome LEDs and allows controlling two14 Multicolor Class Control16 The multicolor class presents files that groups the colors as indexes in an34 root:/sys/class/leds/multicolor:status# ls -lR40 Multicolor Class Brightness Control51 multicolor LED group.53 cat /sys/class/leds/multicolor:status/multi_index56 echo 43 226 138 > /sys/class/leds/multicolor:status/multi_intensity68 The user can control the brightness of that multicolor LED group by writing the[all …]
12 leds-class-multicolor
2 /* LED Multicolor class interface36 * class with support for multicolor LEDs37 * @parent: the multicolor LED to register39 * @init_data: the LED class multicolor device initialization data55 * class with support for multicolor LEDs56 * @mcled_cdev: the multicolor LED to unregister
166 * Broadcom Multicolor LED configurations (expansion register 4)
4 $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 multicolor29 For multicolor LED support this property should be defined as either
36 - $ref: leds-class-multicolor.yaml#
59 - $ref: leds-class-multicolor.yaml#
34 Multicolor is a bit too abstract. Yes, we can have38 Multicolor is not a good fit for RGB LED. It does not really know42 color", which not all multicolor LEDs can.46 multicolor for RGB LEDs.
15 #include <linux/led-class-multicolor.h>98 * @multicolor_brightness_fn : Multicolor brightness function115 /* set multicolor LED brightness */
2 // LED Multicolor class interface8 #include <linux/led-class-multicolor.h>202 MODULE_DESCRIPTION("Multicolor LED class interface");
34 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 attributes40 for multicolor LEDs that are grouped together. This class is not
37 [LED_COLOR_ID_MULTI] = "multicolor",429 * as RGB, not multicolor */ in led_compose_name()
7 obj-$(CONFIG_LEDS_CLASS_MULTICOLOR) += led-class-multicolor.o
9 #include <linux/led-class-multicolor.h>
18 #include <linux/led-class-multicolor.h>
12 Documentation/leds/leds-class-multicolor.rst.24 Documentation/leds/leds-class-multicolor.rst.
13 For multicolor LEDs, writing to this file will update all23 Documentation/leds/leds-class-multicolor.rst.
33 #define LED_COLOR_ID_MULTI 8 /* For multicolor LEDs */34 #define LED_COLOR_ID_RGB 9 /* For multicolor LEDs that can do arbitrary color,
16 #include <linux/led-class-multicolor.h>
310 * them for MULTICOLOR and encoding link/activity into them. in bcm54xx_config_init()
866 DPRINTK(" Non-RGB Multicolor Display\n"); in get_monspecs()