Lines Matching refs:LED
2 LED Transient Trigger
8 to be off. The delay_on value specifies the time period an LED should stay
9 in on state, followed by a delay_off value that specifies how long the LED
33 class device, the LED state does not change.
36 trigger will be called, and LED state is changed to LED_OFF.
38 Driver suspend changes the LED state to LED_OFF and resume doesn't change
40 suspend and resume actions and the currently enabled trigger. LED state
43 being able to actually change the LED state. Once driver is resumed, triggers
46 LED state changes are controlled using brightness which is a common led
53 registration, the LED state does not change, unless there is another trigger
54 active, in which case LED state changes to LED_OFF.
56 During trigger unregistration, LED state gets changed to LED_OFF.
58 Transient trigger activation routine doesn't change the LED state. It
61 up and removes the properties it created. It will restore the LED state to
63 state, the LED state changes to LED_OFF.
111 Please note that current LED state is not checked prior to
114 default states it defines for the LED in its brightness_set()
116 interfaces to control the LED state.
163 - Use of LED by user space app as activity indicator.
164 - Use of LED by user space app as a kind of watchdog indicator -- as
165 long as the app is alive, it can keep the LED illuminated, if it dies
166 the LED will be extinguished automatically.