Searched refs:Fsm (Results 1 – 15 of 15) sorted by relevance
/linux-4.19.296/drivers/isdn/mISDN/ |
D | fsm.h | 31 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 *);
|
D | fsm.c | 30 mISDN_FsmNew(struct Fsm *fsm, in mISDN_FsmNew() 57 mISDN_FsmFree(struct Fsm *fsm) in mISDN_FsmFree()
|
D | layer1.c | 42 struct Fsm l1fsm_s = {NULL, 0, 0, NULL, NULL};
|
D | tei.c | 39 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};
|
D | layer2.c | 27 struct Fsm l2fsm = {NULL, 0, 0, NULL, NULL};
|
/linux-4.19.296/drivers/isdn/hisax/ |
D | fsm.h | 23 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);
|
D | fsm.c | 25 FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount) in FsmNew() 48 FsmFree(struct Fsm *fsm) in FsmFree()
|
D | hisax.h | 170 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);
|
D | isdnl1.c | 30 static struct Fsm l1fsm_b; 31 static struct Fsm l1fsm_s; 58 struct Fsm l1fsm_u =
|
D | st5481_d.c | 22 static struct Fsm l1fsm; 243 static struct Fsm dout_fsm;
|
D | tei.c | 36 static struct Fsm teifsm;
|
D | isdnl3.c | 25 static struct Fsm l3fsm;
|
D | hisax_isac.c | 167 static struct Fsm l1fsm;
|
D | callc.c | 32 static struct Fsm callcfsm;
|
D | isdnl2.c | 27 static struct Fsm l2fsm;
|