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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dtei.c39 static struct Fsm deactfsm = {NULL, 0, 0, NULL, NULL}; variable in typeref:struct:Fsm
1332 mgr->deact.fsm = &deactfsm;
1352 deactfsm.state_count = DEACT_STATE_COUNT;
1353 deactfsm.event_count = DEACT_EVENT_COUNT;
1354 deactfsm.strEvent = strDeactEvent;
1355 deactfsm.strState = strDeactState;
1356 mISDN_FsmNew(&deactfsm, DeactFnList, ARRAY_SIZE(DeactFnList));
1364 mISDN_FsmFree(&deactfsm);

Completed in 67 milliseconds