Searched refs:multi_index (Results 1 – 5 of 5) sorted by relevance
2 What: /sys/class/leds/<led>/multi_index7 The multi_index array, when read, will output the LED colors20 described by the multi_index array. The maximum intensity should
22 colors will be arbitrary. The ``multi_index`` file can be read to determine the25 The ``multi_index`` file is an array that contains the string list of the colors as39 -r--r--r-- 1 root root 4096 Oct 19 16:16 multi_index59 # cat /sys/class/leds/multicolor:status/multi_index
26 …brightness device max_brightness multi_index multi_intensity power subsystem trigger uevent31 The order in which to write the intensity values can be found in multi_index.
111 static DEVICE_ATTR_RO(multi_index);
1646 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