Lines Matching +full:8 +full:- +full:channel
9 Contact: Samu Onkalo (samu.p.onkalo-at-nokia.com)
12 -----------
15 The name of each channel is configurable in the platform data - name and label.
16 There are three options to make the channel name.
20 To make specific channel name, then use 'name' platform data.
22 - /sys/class/leds/R1 (name: 'R1')
23 - /sys/class/leds/B1 (name: 'B1')
27 For one device name with channel number, then use 'label'.
28 - /sys/class/leds/RGB:channelN (label: 'RGB', N: 0 ~ 8)
33 - /sys/class/leds/lp5523:channelN (N: 0 ~ 8)
38 1) Legacy interface - enginex_mode, enginex_load and enginex_leds
63 2) Firmware interface - LP55xx common interface
65 For the details, please refer to 'firmware' section in leds-lp55xx.txt
67 LP5523 has three master faders. If a channel is mapped to one of
75 creates the following channel-fader mappings::
77 channel 0,6 to master_fader1
78 channel 1,7 to master_fader2
79 channel 2,8 to master_fader3
81 Then, to have 25% of the original output on channel 0,6::
85 To have 0% of the original output (i.e. no output) channel 1,7::
89 To have 100% of the original output (i.e. no dimming) on channel 2,8::
99 Each channel contains led current settings.
100 - /sys/class/leds/lp5523:channel2/led_current - RW
101 - /sys/class/leds/lp5523:channel2/max_current - RO
116 .chan_nr = 8,
147 chan_nr can have values between 0 and 8.