Lines Matching +full:non +full:- +full:active
29 When the driver unregisters, deactivation routine for the currently active
36 that are active at the time driver gets suspended, continue to run, without
48 active, in which case LED state changes to LED_OFF.
54 deactivation routine, will cancel any timer that is active before it cleans
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.
86 deactivated state indicates that there is no active timer
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
99 state gets changed to the non-transient state which is the
116 non-transient state which is the inverse of the transient state:
122 activate. Currently active timer if
125 activate. Currently active timer if any,
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.