Searched defs:FsmInst (Results 1 - 3 of 3) sorted by relevance

/drivers/isdn/hisax/
H A Dfsm.h19 struct FsmInst;
21 typedef void (*FSMFNPTR)(struct FsmInst *, int, void *);
29 struct FsmInst { struct
35 void (*printdebug) (struct FsmInst *, char *, ...);
40 void (*routine) (struct FsmInst *, int, void *);
44 struct FsmInst *fi;
52 int FsmEvent(struct FsmInst *fi, int event, void *arg);
53 void FsmChangeState(struct FsmInst *fi, int newstate);
54 void FsmInitTimer(struct FsmInst *fi, struct FsmTimer *ft);
H A Dhisax.h166 struct FsmInst;
168 typedef void (*FSMFNPTR)(struct FsmInst *, int, void *);
176 struct FsmInst { struct
182 void (*printdebug) (struct FsmInst *, char *, ...);
187 void (*routine) (struct FsmInst *, int, void *);
191 struct FsmInst *fi;
216 struct FsmInst l1m;
266 struct FsmInst l2m;
277 struct FsmInst l3m;
299 struct FsmInst tei_
[all...]
/drivers/isdn/mISDN/
H A Dfsm.h27 struct FsmInst;
29 typedef void (*FSMFNPTR)(struct FsmInst *, int, void *);
37 struct FsmInst { struct
43 void (*printdebug) (struct FsmInst *, char *, ...);
48 void (*routine) (struct FsmInst *, int, void *);
52 struct FsmInst *fi;
60 extern int mISDN_FsmEvent(struct FsmInst *, int , void *);
61 extern void mISDN_FsmChangeState(struct FsmInst *, int);
62 extern void mISDN_FsmInitTimer(struct FsmInst *, struct FsmTimer *);

Completed in 60 milliseconds