xref: /linux/Documentation/ABI/testing/sysfs-class-led-multicolor (revision bba2c3615bd6cfee7456d1130f2e6b01b3f4e9ba)
1
2What:		/sys/class/leds/<led>/multi_index
3Date:		March 2020
4KernelVersion:	5.9
5Contact:	Dan Murphy <dmurphy@ti.com>
6Description:	read
7		The multi_index array, when read, will output the LED colors
8		as an array of strings as they are indexed in the
9		multi_intensity file.
10
11		For additional details please refer to
12		Documentation/leds/leds-class-multicolor.rst.
13
14What:		/sys/class/leds/<led>/multi_intensity
15Date:		March 2020
16KernelVersion:	5.9
17Contact:	Dan Murphy <dmurphy@ti.com>
18Description:	read/write
19		This file contains an array of integers. The order of components
20		is described by the multi_index array. The maximum intensity value
21		supported by each color component is described by the multi_max_intensity
22		file. Writing intensity values larger than the maximum value of a
23		given color component will result in those values being clamped.
24
25		For additional details please refer to
26		Documentation/leds/leds-class-multicolor.rst.
27
28What:		/sys/class/leds/<led>/multi_max_intensity
29Date:		May 2026
30KernelVersion:	7.2
31Contact:	Armin Wolf <W_Armin@gmx.de>
32Description:	read
33		This file contains an array of integers describing the maximum
34		intensity value for each intensity component.
35
36		For additional details please refer to
37		Documentation/leds/leds-class-multicolor.rst.
38