Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/hisax/
Disdnl1.c31 static struct Fsm l1fsm_s; variable
747 l1fsm_s.state_count = L1S_STATE_COUNT; in Isdnl1New()
748 l1fsm_s.event_count = L1_EVENT_COUNT; in Isdnl1New()
749 l1fsm_s.strEvent = strL1Event; in Isdnl1New()
750 l1fsm_s.strState = strL1SState; in Isdnl1New()
751 retval = FsmNew(&l1fsm_s, L1SFnList, L1S_FN_COUNT); in Isdnl1New()
761 FsmFree(&l1fsm_s); in Isdnl1New()
771 FsmFree(&l1fsm_s); in Isdnl1New()
784 FsmFree(&l1fsm_s); in Isdnl1Free()
882 st->l1.l1m.fsm = &l1fsm_s; in setstack_HiSax()