Searched refs:ST_L1_F5 (Results 1 – 3 of 3) sorted by relevance
/drivers/isdn/mISDN/ |
D | layer1.c | 45 ST_L1_F5, enumerator 151 mISDN_FsmChangeState(fi, ST_L1_F5); in l1_go_F5() 257 {ST_L1_F5, EV_RESET_IND, l1_reset}, 263 {ST_L1_F5, EV_DEACT_CNF, l1_deact_cnf}, 276 {ST_L1_F5, EV_INFO2_IND, l1_info2_ind}, 281 {ST_L1_F5, EV_INFO4_IND, l1_info4_ind}, 286 {ST_L1_F5, EV_TIMER3, l1_timer3}, 292 {ST_L1_F5, EV_TIMER_DEACT, l1_timer_deact},
|
/drivers/isdn/hisax/ |
D | hisax_isac.c | 174 ST_L1_F5, enumerator 311 FsmChangeState(fi, ST_L1_F5); in l1_go_f5() 399 {ST_L1_F5, EV_PH_RES, l1_di}, 400 {ST_L1_F5, EV_PH_EI, l1_di}, 401 {ST_L1_F5, EV_PH_AR, l1_go_f6}, 402 {ST_L1_F5, EV_PH_AI8, l1_go_f7_act_ind}, 403 {ST_L1_F5, EV_TIMER3, l1_timer3}, 404 {ST_L1_F5, EV_PH_DR, l1_go_f3pend}, 405 {ST_L1_F5, EV_PH_DC, l1_go_f3pdown},
|
D | isdnl1.c | 36 ST_L1_F5, enumerator 499 FsmChangeState(fi, ST_L1_F5); in l1_go_F5() 609 {ST_L1_F5, EV_RESET_IND, l1_reset}, 615 {ST_L1_F5, EV_DEACT_CNF, l1_deact_cnf}, 628 {ST_L1_F5, EV_INFO2_IND, l1_info2_ind}, 633 {ST_L1_F5, EV_INFO4_IND, l1_info4_ind}, 638 {ST_L1_F5, EV_TIMER3, l1_timer3}, 644 {ST_L1_F5, EV_TIMER_DEACT, l1_timer_deact},
|