Lines Matching full:param
100 * @param name Name of this instance for logging purposes.
101 * @param state_names An array of names for all states for logging purposes.
102 * @param event_names An array of names for all events for logging purposes.
103 * @param nr_states Number of states for this instance.
104 * @param nr_events Number of events for this instance.
105 * @param tmpl An array of fsm_nodes, describing this FSM.
106 * @param tmpl_len Length of the describing array.
107 * @param order Parameter for allocation of the FSM data structs.
118 * @param fi Pointer to an FSM, previously created with init_fsm.
135 * @param fi Pointer to FSM which should receive the event.
136 * @param event The event do be delivered.
137 * @param arg A generic argument, handed to the action function.
188 * @param fi Pointer to FSM
189 * @param state The new state for this FSM.
208 * @param fi Pointer to FSM
221 * @param fi Pointer to FSM
231 * @param fi Pointer to FSM
232 * @param timer The timer to be initialized.
239 * @param timer The timer to clear.
246 * @param timer The timer to be added. The field fi of that timer
248 * @param millisec Duration, after which the timer should expire.
249 * @param event Event, to trigger if timer expires.
250 * @param arg Generic argument, provided to expiry function.
259 * @param timer The timer to modify.
260 * @param millisec Duration, after which the timer should expire.
261 * @param event Event, to trigger if timer expires.
262 * @param arg Generic argument, provided to expiry function.