Lines Matching refs:timer
4 The leds timer trigger does not currently have an interface to activate
5 a one shot timer. The current support allows for setting two timers, one for
14 Without one shot timer interface, user space can still use timer trigger to
15 set a timer to hold a state, however when user space application crashes or
16 goes away without deactivating the timer, the hardware will be left in that
21 PMIC. There is a need to activate one shot timer to control the vibrate
25 Transient trigger addresses the need for one shot timer activation. The
59 deactivation routine, will cancel any timer that is active before it cleans
75 - duration allows setting timer value in msecs. The initial value is 0.
76 - activate allows activating and deactivating the timer specified by
82 activate - one shot timer activate mechanism.
87 activate state indicates a timer with a value of specified
89 deactivated state indicates that there is no active timer
92 duration - one shot timer value. When activate is set, duration value
93 is used to start a timer that runs once. This value doesn't
99 held for the duration of the one shot timer and then the
102 If state = LED_FULL, when the timer runs out the state will
104 If state = LED_OFF, when the timer runs out the state will
113 When timer expires activate goes back to deactivated state, duration is left
116 specified value as needed. When timer expires, state is restored to the
119 echo 1 > activate - starts timer = duration when duration is not 0.
120 echo 0 > activate - cancels currently running timer.
121 echo n > duration - stores timer value to be used upon next
122 activate. Currently active timer if
124 echo 0 > duration - stores timer value to be used upon next
125 activate. Currently active timer if any,
134 - Timer activation is one shot and extending and/or shortening the timer
142 echo 1 > activate - start timer = duration to run once
143 echo 1 > activate - start timer = duration to run once