Lines Matching full:when
16 set a timer to hold a state, however when user space application crashes or
24 When an led class device driver registers itself, it can specify all leds
29 When the driver unregisters, deactivation routine for the currently active
41 class device property. When brightness is set to 0 from user space via
56 non-transient state. When driver gets suspended, irrespective of the transient
68 This trigger exports three properties, activate, state, and duration. When
80 1 when activated, 0 when deactivated.
81 default value is zero when transient trigger is enabled,
90 - one shot timer value. When activate is set, duration value
101 If state = LED_FULL, when the timer runs out the state will
103 If state = LED_OFF, when the timer runs out the state will
112 When timer expires activate goes back to deactivated state, duration is left
113 at the set value to be used when activate is set at a future time. This will
115 specified value as needed. When timer expires, state is restored to the
119 echo 1 > activate starts timer = duration when duration is not 0.