Lines Matching full:transient
2 LED Transient Trigger
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
44 Transient trigger uses standard register and unregister interfaces. During
52 Transient trigger activation routine doesn't change the LED state. It
53 creates its properties and does its initialization. Transient trigger
56 non-transient state. When driver gets suspended, irrespective of the transient
59 Transient trigger can be enabled and disabled from user space on led class
62 echo transient > trigger
69 transient trigger is activated these properties are set to default values.
75 - state allows user to specify a transient state to be held for the specified
81 default value is zero when transient trigger is enabled,
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
100 inverse of transient state.
116 non-transient state which is the inverse of the transient state:
127 echo 1 > state stores desired transient state LED_FULL to be
129 echo 0 > state stores desired transient state LED_OFF to be
144 echo transient > trigger
160 - Use by any user space app that needs a transient GPIO output.