Lines Matching refs:trigger

5 The leds timer trigger does not currently have an interface to activate
10 should stay in off state. The on and off cycle repeats until the trigger
15 Without one shot timer interface, user space can still use timer trigger to
20 Transient trigger addresses the need for one shot timer activation. The
21 transient trigger can be enabled and disabled just like the other leds
25 triggers it supports and a default trigger. During registration, activation
26 routine for the default trigger gets called. During registration of an led
30 trigger will be called, and LED state is changed to LED_OFF.
34 suspend and resume actions and the currently enabled trigger. LED state
42 echo 0 > brightness, it will result in deactivating the current trigger.
44 Transient trigger uses standard register and unregister interfaces. During
45 trigger registration, for each led class device that specifies this trigger
46 as its default trigger, trigger activation routine will get called. During
47 registration, the LED state does not change, unless there is another trigger
50 During trigger unregistration, LED state gets changed to LED_OFF.
52 Transient trigger activation routine doesn't change the LED state. It
53 creates its properties and does its initialization. Transient trigger
59 Transient trigger can be enabled and disabled from user space on led class
60 devices, that support this trigger as shown below::
62 echo transient > trigger
63 echo none > trigger
66 Add a new property trigger state to control the state.
68 This trigger exports three properties, activate, state, and duration. When
69 transient trigger is activated these properties are set to default values.
74 duration to be set after trigger activation.
81 default value is zero when transient trigger is enabled,
92 get changed by the trigger unless user does a set via
144 echo transient > trigger
152 echo none > trigger
154 This trigger is intended to be used for the following example use cases: