Searched refs:fsm_function_t (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/s390/net/
H A Dfsm.h38 typedef void (*fsm_function_t)(struct fsm_instance_t *, int, void *); typedef
44 fsm_function_t *jumpmatrix;
84 fsm_function_t function;
146 fsm_function_t r;
H A Dfsm.c22 fsm_function_t *m;
47 m = kcalloc(nr_states*nr_events, sizeof(fsm_function_t), order);

Completed in 99 milliseconds