Home
last modified time | relevance | path

Searched defs:FsmNode (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/isdn/hisax/
Dfsm.h38 struct FsmNode { struct
50 int FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount); argument
Dhisax.h185 struct FsmNode { struct
186 int state, event;
187 void (*routine) (struct FsmInst *, int, void *);
/Linux-v4.19/drivers/isdn/mISDN/
Dfsm.h46 struct FsmNode { struct
58 extern int mISDN_FsmNew(struct Fsm *, struct FsmNode *, int); argument