Lines Matching full:transition
32 * * TRANSITION indicates whether a service transition function is in
34 * transitions, and with ERROR to identify a reset transition.
38 * state transition. This bounds the depth by limiting
42 * * COMPLETE indicates that a transition completion notification has
47 * * RECHECK indicates that a state transition has completed but
51 * transition to off, which means that when the transition completes
52 * a transition to on must be initiated if the request is still
53 * present. Transition to ON with no remaining requests similarly
67 /* Completion of a service transition.
69 * This event is triggered by the transition notify callback.
70 * It can be received only when the machine is in a transition
75 /* Reassess whether a transition from a stable state is needed.
84 * transition initiations), so this event records the
90 /* Transition to on.
98 /* Transition to off.
106 /* Transition to resetting.
210 /* Detect whether static state requires a transition. */
232 /* Process a transition completion.
274 * transition to complete. Queue a RECHECK event to in process_complete()
289 * * Initiation of an transition due to some event;
368 * * We completed a transition and there are clients to notify; in process_event()
369 * * We need to initiate a transition. in process_event()
425 bool start = false; /* trigger a start transition */ in onoff_request()
480 bool stop = false; /* trigger a stop transition */ in onoff_release()
647 /* Detect service mis-use: onoff does not callback on transition in onoff_sync_finalize()