Searched refs:FsmNew (Results 1 – 11 of 11) sorted by relevance
/linux-4.19.296/drivers/isdn/hisax/ |
D | fsm.h | 50 int FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount);
|
D | fsm.c | 25 FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount) in FsmNew() function
|
D | isdnl1.c | 763 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()
|
D | st5481_d.c | 755 retval = FsmNew(&l1fsm, L1FnList, ARRAY_SIZE(L1FnList)); in st5481_d_init() 763 retval = FsmNew(&dout_fsm, DoutFnList, ARRAY_SIZE(DoutFnList)); in st5481_d_init()
|
D | tei.c | 458 return FsmNew(&teifsm, TeiFnList, ARRAY_SIZE(TeiFnList)); in TeiNew()
|
D | isdnl3.c | 587 return FsmNew(&l3fsm, L3FnList, ARRAY_SIZE(L3FnList)); in Isdnl3New()
|
D | hisax_isac.c | 877 return FsmNew(&l1fsm, L1FnList, ARRAY_SIZE(L1FnList)); in hisax_isac_init()
|
D | hisax.h | 1276 int FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount);
|
D | config.c | 1987 EXPORT_SYMBOL(FsmNew);
|
D | callc.c | 844 return FsmNew(&callcfsm, fnlist, ARRAY_SIZE(fnlist)); in CallcNew()
|
D | isdnl2.c | 1832 return FsmNew(&l2fsm, L2FnList, ARRAY_SIZE(L2FnList)); in Isdnl2New()
|