Lines Matching +full:non +full:- +full:specified
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.
84 activate state indicates a timer with a value of specified
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
97 to LED_OFF and 1 maps to LED_FULL. The specified state is
99 state gets changed to the non-transient state which is the
106 changing the state to the specified state.
115 specified value as needed. When timer expires, state is restored to the
116 non-transient state which is the inverse of the transient state:
123 any, continues to run for the specified time.
126 continues to run for the specified time.
128 held for the specified duration.
130 held for the specified duration.
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.