Searched refs:EV_TIMER3 (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/isdn/mISDN/ |
D | layer1.c | 70 EV_TIMER3, enumerator 73 #define L1_EVENT_COUNT (EV_TIMER3 + 1) 229 mISDN_FsmRestartTimer(&l1->timer3, l1->t3_value, EV_TIMER3, NULL, 2); in l1_activate_s() 283 {ST_L1_F3, EV_TIMER3, l1_timer3}, 284 {ST_L1_F4, EV_TIMER3, l1_timer3}, 285 {ST_L1_F5, EV_TIMER3, l1_timer3}, 286 {ST_L1_F6, EV_TIMER3, l1_timer3}, 287 {ST_L1_F8, EV_TIMER3, l1_timer3},
|