Home
last modified time | relevance | path

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

/drivers/isdn/hisax/
Disdnl1.c106 EV_TIMER_ACT, enumerator
211 FsmEvent(&stptr->l1.l1m, EV_TIMER_ACT, NULL); in DChannel_proc_rcv()
296 FsmEvent(&bcs->st->l1.l1m, EV_TIMER_ACT, NULL); in BChannel_proc_rcv()
539 FsmRestartTimer(&st->l1.timer, 110, EV_TIMER_ACT, NULL, 2); in l1_info4_ind()
641 {ST_L1_F7, EV_TIMER_ACT, l1_timer_act},
703 {ST_L1_TRANS, EV_TIMER_ACT, l1_timer_act},
719 FsmRestartTimer(&st->l1.timer, st->l1.delay, EV_TIMER_ACT, NULL, 2); in l1b_activate()
752 {ST_L1_WAIT_ACT, EV_TIMER_ACT, l1b_timer_act},
/drivers/isdn/mISDN/
Dlayer1.c75 EV_TIMER_ACT, enumerator
181 mISDN_FsmRestartTimer(&l1->timer, 110, EV_TIMER_ACT, NULL, 2); in l1_info4_ind()
289 {ST_L1_F7, EV_TIMER_ACT, l1_timer_act},