Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/isdn/mISDN/
Dfsm.h22 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 *);
Dfsm.c21 mISDN_FsmNew(struct Fsm *fsm, in mISDN_FsmNew()
48 mISDN_FsmFree(struct Fsm *fsm) in mISDN_FsmFree()
Dlayer1.c33 struct Fsm l1fsm_s = {NULL, 0, 0, NULL, NULL};
Dtei.c30 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};
Dlayer2.c18 struct Fsm l2fsm = {NULL, 0, 0, NULL, NULL};