Lines Matching +full:one +full:- +full:shot
6 a one shot timer. The current support allows for setting two timers, one for
11 gets deactivated. There is no provision for one time activation to implement
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
56 non-transient state. When driver gets suspended, irrespective of the transient
71 - duration allows setting timer value in msecs. The initial value is 0.
72 - activate allows activating and deactivating the timer specified by
75 - state allows user to specify a transient state to be held for the specified
79 - one shot timer activate mechanism.
90 - one shot timer value. When activate is set, duration value
96 - transient state to be held. It has two values 0 or 1. 0 maps
98 held for the duration of the one shot timer and then the
99 state gets changed to the non-transient state which is the
116 non-transient state which is the inverse of the transient state:
136 - Timer activation is one shot and extending and/or shortening the timer
142 use-case 1::
150 echo 1 > activate - start timer = duration to run once
151 echo 1 > activate - start timer = duration to run once
156 - Use of LED by user space app as activity indicator.
157 - Use of LED by user space app as a kind of watchdog indicator -- as
160 - Use by any user space app that needs a transient GPIO output.