Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/mISDN/
Dfsm.h31 struct Fsm { struct
38 struct Fsm *fsm; argument
58 extern int mISDN_FsmNew(struct Fsm *, struct FsmNode *, int);
59 extern void mISDN_FsmFree(struct Fsm *);
Dfsm.c30 mISDN_FsmNew(struct Fsm *fsm, in mISDN_FsmNew()
57 mISDN_FsmFree(struct Fsm *fsm) in mISDN_FsmFree()
Dlayer1.c42 struct Fsm l1fsm_s = {NULL, 0, 0, NULL, NULL};
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};
Dlayer2.c27 struct Fsm l2fsm = {NULL, 0, 0, NULL, NULL};
/linux-4.19.296/drivers/isdn/hisax/
Dfsm.h23 struct Fsm { struct
30 struct Fsm *fsm; argument
50 int FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount);
51 void FsmFree(struct Fsm *fsm);
Dfsm.c25 FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount) in FsmNew()
48 FsmFree(struct Fsm *fsm) in FsmFree()
Dhisax.h170 struct Fsm { struct
177 struct Fsm *fsm; argument
1276 int FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount);
1277 void FsmFree(struct Fsm *fsm);
Disdnl1.c30 static struct Fsm l1fsm_b;
31 static struct Fsm l1fsm_s;
58 struct Fsm l1fsm_u =
Dst5481_d.c22 static struct Fsm l1fsm;
243 static struct Fsm dout_fsm;
Dtei.c36 static struct Fsm teifsm;
Disdnl3.c25 static struct Fsm l3fsm;
Dhisax_isac.c167 static struct Fsm l1fsm;
Dcallc.c32 static struct Fsm callcfsm;
Disdnl2.c27 static struct Fsm l2fsm;