Searched refs:l1fsm_s (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dlayer1.c40 struct Fsm l1fsm_s = {NULL, 0, 0, NULL, NULL}; variable in typeref:struct:Fsm
373 nl1->l1m.fsm = &l1fsm_s;
393 l1fsm_s.state_count = L1S_STATE_COUNT;
394 l1fsm_s.event_count = L1_EVENT_COUNT;
395 l1fsm_s.strEvent = strL1Event;
396 l1fsm_s.strState = strL1SState;
397 mISDN_FsmNew(&l1fsm_s, L1SFnList, ARRAY_SIZE(L1SFnList));
404 mISDN_FsmFree(&l1fsm_s);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Disdnl1.c31 static struct Fsm l1fsm_s; variable in typeref:struct:Fsm
759 l1fsm_s.state_count = L1S_STATE_COUNT;
760 l1fsm_s.event_count = L1_EVENT_COUNT;
761 l1fsm_s.strEvent = strL1Event;
762 l1fsm_s.strState = strL1SState;
763 retval = FsmNew(&l1fsm_s, L1SFnList, ARRAY_SIZE(L1SFnList));
773 FsmFree(&l1fsm_s);
783 FsmFree(&l1fsm_s);
796 FsmFree(&l1fsm_s);
894 st->l1.l1m.fsm = &l1fsm_s;
[all...]

Completed in 229 milliseconds