Home
last modified time | relevance | path

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

/linux-3.3/drivers/s390/net/
Dfsm.h37 typedef void (*fsm_function_t)(struct fsm_instance_t *, int, void *); typedef
43 fsm_function_t *jumpmatrix;
83 fsm_function_t function;
145 fsm_function_t r; in fsm_event()
Dfsm.c21 fsm_function_t *m; in init_fsm()
46 m = kcalloc(nr_states*nr_events, sizeof(fsm_function_t), order); in init_fsm()