Searched refs:Fsm (Results 1 - 15 of 15) sorted by relevance

/drivers/isdn/mISDN/
H A Dfsm.h31 struct Fsm { struct
38 struct Fsm *fsm;
58 extern void mISDN_FsmNew(struct Fsm *, struct FsmNode *, int);
59 extern void mISDN_FsmFree(struct Fsm *);
H A Dfsm.c30 mISDN_FsmNew(struct Fsm *fsm,
52 mISDN_FsmFree(struct Fsm *fsm)
H A Dlayer1.c42 struct Fsm l1fsm_s = {NULL, 0, 0, NULL, NULL};
H A Dtei.c39 static struct Fsm deactfsm = {NULL, 0, 0, NULL, NULL};
40 static struct Fsm teifsmu = {NULL, 0, 0, NULL, NULL};
41 static struct Fsm teifsmn = {NULL, 0, 0, NULL, NULL};
H A Dlayer2.c27 struct Fsm l2fsm = {NULL, 0, 0, NULL, NULL};
/drivers/isdn/hisax/
H A Dfsm.h23 struct Fsm { struct
30 struct Fsm *fsm;
50 int FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount);
51 void FsmFree(struct Fsm *fsm);
H A Dfsm.c25 FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount)
46 FsmFree(struct Fsm *fsm)
H A Dhisax.h170 struct Fsm { struct
177 struct Fsm *fsm;
1276 int FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount);
1277 void FsmFree(struct Fsm *fsm);
H A Dst5481_d.c22 static struct Fsm l1fsm;
243 static struct Fsm dout_fsm;
H A Disdnl1.c30 static struct Fsm l1fsm_b;
31 static struct Fsm l1fsm_s;
58 struct Fsm l1fsm_u =
H A Disdnl3.c25 static struct Fsm l3fsm;
H A Dtei.c36 static struct Fsm teifsm;
H A Dhisax_isac.c167 static struct Fsm l1fsm;
H A Dcallc.c32 static struct Fsm callcfsm;
H A Disdnl2.c27 static struct Fsm l2fsm;

Completed in 851 milliseconds