25 lines · plain
1 2What: /sys/class/leds/<led>/multi_index3Date: March 20204KernelVersion: 5.95Contact: Dan Murphy <dmurphy@ti.com>6Description: read7 The multi_index array, when read, will output the LED colors8 as an array of strings as they are indexed in the9 multi_intensity file.10 11 For additional details please refer to12 Documentation/leds/leds-class-multicolor.rst.13 14What: /sys/class/leds/<led>/multi_intensity15Date: March 202016KernelVersion: 5.917Contact: Dan Murphy <dmurphy@ti.com>18Description: read/write19 This file contains array of integers. Order of components is20 described by the multi_index array. The maximum intensity should21 not exceed /sys/class/leds/<led>/max_brightness.22 23 For additional details please refer to24 Documentation/leds/leds-class-multicolor.rst.25