Home
last modified time | relevance | path

Searched refs:FsmNew (Results 1 – 11 of 11) sorted by relevance

/linux-4.19.296/drivers/isdn/hisax/
Dfsm.h50 int FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount);
Dfsm.c25 FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount) in FsmNew() function
Disdnl1.c763 retval = FsmNew(&l1fsm_s, L1SFnList, ARRAY_SIZE(L1SFnList)); in Isdnl1New()
771 retval = FsmNew(&l1fsm_b, L1BFnList, ARRAY_SIZE(L1BFnList)); in Isdnl1New()
781 retval = FsmNew(&l1fsm_u, L1UFnList, ARRAY_SIZE(L1UFnList)); in Isdnl1New()
Dst5481_d.c755 retval = FsmNew(&l1fsm, L1FnList, ARRAY_SIZE(L1FnList)); in st5481_d_init()
763 retval = FsmNew(&dout_fsm, DoutFnList, ARRAY_SIZE(DoutFnList)); in st5481_d_init()
Dtei.c458 return FsmNew(&teifsm, TeiFnList, ARRAY_SIZE(TeiFnList)); in TeiNew()
Disdnl3.c587 return FsmNew(&l3fsm, L3FnList, ARRAY_SIZE(L3FnList)); in Isdnl3New()
Dhisax_isac.c877 return FsmNew(&l1fsm, L1FnList, ARRAY_SIZE(L1FnList)); in hisax_isac_init()
Dhisax.h1276 int FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount);
Dconfig.c1987 EXPORT_SYMBOL(FsmNew);
Dcallc.c844 return FsmNew(&callcfsm, fnlist, ARRAY_SIZE(fnlist)); in CallcNew()
Disdnl2.c1832 return FsmNew(&l2fsm, L2FnList, ARRAY_SIZE(L2FnList)); in Isdnl2New()