Searched refs:Fsm (Results 1 – 5 of 5) sorted by relevance
/drivers/isdn/mISDN/ |
D | fsm.h | 22 struct Fsm { struct 29 struct Fsm *fsm; argument 49 extern int mISDN_FsmNew(struct Fsm *, struct FsmNode *, int); 50 extern void mISDN_FsmFree(struct Fsm *);
|
D | fsm.c | 21 mISDN_FsmNew(struct Fsm *fsm, in mISDN_FsmNew() 48 mISDN_FsmFree(struct Fsm *fsm) in mISDN_FsmFree()
|
D | layer1.c | 33 struct Fsm l1fsm_s = {NULL, 0, 0, NULL, NULL};
|
D | tei.c | 30 static struct Fsm deactfsm = {NULL, 0, 0, NULL, NULL}; 31 static struct Fsm teifsmu = {NULL, 0, 0, NULL, NULL}; 32 static struct Fsm teifsmn = {NULL, 0, 0, NULL, NULL};
|
D | layer2.c | 18 struct Fsm l2fsm = {NULL, 0, 0, NULL, NULL};
|