Home
last modified time | relevance | path

Searched refs:multi_index (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-class-led-multicolor2 What: /sys/class/leds/<led>/multi_index
7 The multi_index array, when read, will output the LED colors
20 described by the multi_index array. The maximum intensity should
/linux/Documentation/leds/
H A Dleds-class-multicolor.rst22 colors will be arbitrary. The ``multi_index`` file can be read to determine the
25 The ``multi_index`` file is an array that contains the string list of the colors as
39 -r--r--r-- 1 root root 4096 Oct 19 16:16 multi_index
59 # cat /sys/class/leds/multicolor:status/multi_index
H A Dleds-blinkm.rst26 …brightness device max_brightness multi_index multi_intensity power subsystem trigger uevent
31 The order in which to write the intensity values can be found in multi_index.
/linux/drivers/leds/
H A Dled-class-multicolor.c111 static DEVICE_ATTR_RO(multi_index);
/linux/rust/syn/
H A Dexpr.rs1646 if multi_index(&mut e, &mut dot_token, float_token)? { in trailer_helper()
1738 if multi_index(&mut e, &mut dot_token, float_token)? { in trailer_expr()
3050 fn multi_index(e: &mut Expr, dot_token: &mut Token![.], float: LitFloat) -> Result<bool> { in multi_index() function