Searched refs:fsm_function_t (Results 1 – 2 of 2) sorted by relevance
38 typedef void (*fsm_function_t)(struct fsm_instance_t *, int, void *); typedef44 fsm_function_t *jumpmatrix;84 fsm_function_t function;146 fsm_function_t r; in fsm_event()
23 fsm_function_t *m; in init_fsm()48 m = kzalloc_objs(fsm_function_t, nr_states * nr_events, order); in init_fsm()