Lines Matching full:led

14   LED and flash LED devices provide the same basic functionality as current
15 regulators, but extended with LED and flash LED specific features like
18 Many LED devices expose more than one current output that can be connected
19 to one or more discrete LED component. Since the arrangement of connections
20 can influence the way of the LED device initialization, the LED components
21 have to be tightly coupled with the LED device binding. They are represented
22 by child nodes of the parent LED device binding.
25 led-sources:
27 List of device current outputs the LED is connected to. The outputs are
28 identified by the numbers that must be defined in the LED device binding
34 LED function. Use one of the LED_FUNCTION_* prefixed definitions
41 Color of the LED. Use one of the LED_COLOR_ID_* prefixed definitions from
56 The label for this LED. If omitted, the label is taken from the node name
58 no other LED class device can be assigned the same label. This property is
64 The initial state of the LED. If the LED is already on or off and the
66 produced where the LED momentarily turns off (or on). The "keep" setting
67 will keep the LED at whatever its current state is, without producing a
79 the LED.
84 # LED will act as a back-light, controlled by the framebuffer system
86 # LED will turn on (see also "default-state" property)
88 # LED "double" flashes at a load average based rate
90 # LED indicates disk activity
92 # LED indicates disk read activity
94 # LED indicates disk write activity
96 # LED flashes at a fixed, configurable rate
98 # LED alters the brightness for the specified duration with one software
99 # timer (requires "led-pattern" property)
101 # LED indicates mic mute state
103 # LED indicates audio mute state
105 # LED indicates bluetooth power state
107 # LED indicates camera flash state
109 # LED indicated keyboard capslock
111 # LED indicates MTD memory activity
113 # LED indicates NAND memory activity (deprecated),
116 # LED indicates network activity
118 # No trigger assigned to the LED. This is the default mode
121 # LED indicates remote control feedback
123 # LED indicates camera torch state
125 # LED indicates USB gadget activity
127 # LED indicates USB host activity
129 # LED indicates USB port state
131 # LED is triggered by CPU activity
133 # LED is triggered by Bluetooth activity
135 # LED is triggered by SD/MMC activity
137 # LED is triggered by WLAN activity
140 led-pattern:
156 led-max-microamp:
158 Maximum LED supply current in microamperes. This property can be made
161 For flash LED controllers with configurable current this property is
168 It could happen that an LED is made so bright that it gets damaged or
173 led-max-microamp.
178 This property specifies that the LED should be used, if at all possible,
184 This property specifies that the LED should not be turned off or changed
190 List of devices which should be used as a source triggering this LED
192 indicate its state. E.g. USB 2.0 LED may react to device(s) in a USB 2.0
195 each of them having its own LED assigned (assuming they are not
199 state of the line (with or without inversion flags) to the LED.
200 In many cases LED can be related to more than one device (e.g. one USB LED
210 Makes LED active high. To turn the LED ON, line needs to be
216 Makes LED active low. To turn the LED ON, line needs to be
222 Set LED to high-impedance mode to turn the LED OFF. LED might also
225 # Required properties for flash LED child nodes:
228 Maximum flash LED supply current in microamperes. Required for flash LED
233 Maximum timeout in microseconds after which the flash LED is turned off.
234 Required for flash LED nodes with configurable timeout.
251 led-controller {
254 led-0 {
260 led-1 {
270 led-controller {
271 compatible = "maxim,max77693-led";
273 led {
276 led-sources = <0>, <1>;
277 led-max-microamp = <50000>;
290 led-controller@30 {
296 led@1 {
303 led@2 {
309 led@3 {