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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dfsm.h50 int FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount);
H A Dfsm.c25 FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount) function
36 printk(KERN_ERR "FsmNew Error line %d st(%ld/%ld) ev(%ld/%ld)\n",
H A Dst5481_d.c695 retval = FsmNew(&l1fsm, L1FnList, ARRAY_SIZE(L1FnList));
703 retval = FsmNew(&dout_fsm, DoutFnList, ARRAY_SIZE(DoutFnList));
H A Disdnl1.c763 retval = FsmNew(&l1fsm_s, L1SFnList, ARRAY_SIZE(L1SFnList));
771 retval = FsmNew(&l1fsm_b, L1BFnList, ARRAY_SIZE(L1BFnList));
781 retval = FsmNew(&l1fsm_u, L1UFnList, ARRAY_SIZE(L1UFnList));
H A Disdnl3.c589 return FsmNew(&l3fsm, L3FnList, ARRAY_SIZE(L3FnList));
H A Dtei.c458 return FsmNew(&teifsm, TeiFnList, ARRAY_SIZE(TeiFnList));
H A Dhisax.h1274 int FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount);
H A Dhisax_isac.c877 return FsmNew(&l1fsm, L1FnList, ARRAY_SIZE(L1FnList));
H A Dconfig.c1972 EXPORT_SYMBOL(FsmNew); variable
H A Dcallc.c844 return FsmNew(&callcfsm, fnlist, ARRAY_SIZE(fnlist));
H A Disdnl2.c1838 return FsmNew(&l2fsm, L2FnList, ARRAY_SIZE(L2FnList));

Completed in 147 milliseconds