Lines Matching refs:deact
342 mISDN_FsmEvent(&mgr->deact, EV_UI, NULL);
954 mISDN_FsmEvent(&tm->mgr->deact, EV_ACTIVATE, NULL);
958 mISDN_FsmEvent(&tm->mgr->deact, EV_DEACTIVATE, NULL);
962 mISDN_FsmEvent(&tm->mgr->deact, EV_UI, NULL);
1108 mISDN_FsmEvent(&mgr->deact, EV_UI, NULL);
1119 mISDN_FsmEvent(&mgr->deact, EV_ACTIVATE_IND, NULL);
1127 mISDN_FsmEvent(&mgr->deact, EV_DEACTIVATE_IND, NULL);
1366 mgr->deact.debug = *debug & DEBUG_MANAGER;
1367 mgr->deact.userdata = mgr;
1368 mgr->deact.printdebug = da_debug;
1369 mgr->deact.fsm = &deactfsm;
1370 mgr->deact.state = ST_L1_DEACT;
1371 mISDN_FsmInitTimer(&mgr->deact, &mgr->datimer);