Lines Matching +full:use +full:- +full:leds
1 .. SPDX-License-Identifier: GPL-2.0
8 -----------
14 To facilitate the various use cases, the LPG channels can be exposed as
15 individual LEDs, grouped together as RGB LEDs or otherwise be accessed as PWM
25 range within the table to use, the rate and if the pattern should repeat.
30 /sys/class/leds/<led>/hw_pattern
31 --------------------------------
35 The pattern is a series of brightness and hold-time pairs, with the hold-time
39 transitions expected by the leds-trigger-pattern format, each entry in the
40 pattern must be followed a zero-length entry of the same brightness.
48 255 +----+ +----+
50 0 | +----+ +----
51 +---------------------->
54 The LPG supports specifying a longer hold-time for the first and last element
57 Low-pause pattern::
63 255 +--------+ +----+ +----+ +--------+
65 0 | +----+ +----+ +----+ +----
66 +----------------------------->
69 Similarly, the last entry can be stretched by using a higher hold-time on the
72 In order to save space in the shared lookup table the LPG supports "ping-pong"
77 specified hold-time of the middle item in the pattern is allowed to have a
78 different hold-time.