Searched refs:teifsmu (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.c40 static struct Fsm teifsmu = {NULL, 0, 0, NULL, NULL}; variable in typeref:struct:Fsm
1042 l2->tm->tei_m.fsm = &teifsmu;
1342 teifsmu.state_count = TEI_STATE_COUNT;
1343 teifsmu.event_count = TEI_EVENT_COUNT;
1344 teifsmu.strEvent = strTeiEvent;
1345 teifsmu.strState = strTeiState;
1346 mISDN_FsmNew(&teifsmu, TeiFnListUser, ARRAY_SIZE(TeiFnListUser));
1362 mISDN_FsmFree(&teifsmu);

Completed in 103 milliseconds