/linux-4.1.27/drivers/isdn/mISDN/ |
H A D | layer1.c | 51 ST_L1_F8, enumerator in enum:__anon5327 54 #define L1S_STATE_COUNT (ST_L1_F8 + 1) 64 "ST_L1_F8", 164 mISDN_FsmChangeState(fi, ST_L1_F8); l1_go_F8() 262 {ST_L1_F8, EV_PH_ACTIVATE, l1_activate_no}, 268 {ST_L1_F8, EV_RESET_IND, l1_reset}, 274 {ST_L1_F8, EV_DEACT_CNF, l1_deact_cnf}, 277 {ST_L1_F8, EV_DEACT_IND, l1_deact_req_s}, 286 {ST_L1_F8, EV_INFO2_IND, l1_info2_ind}, 291 {ST_L1_F8, EV_INFO4_IND, l1_info4_ind}, 296 {ST_L1_F8, EV_TIMER3, l1_timer3}, 303 {ST_L1_F8, EV_TIMER_DEACT, l1_timer_deact},
|
/linux-4.1.27/drivers/isdn/hisax/ |
H A D | hisax_isac.c | 178 ST_L1_F8, enumerator in enum:__anon5295 181 #define L1_STATE_COUNT (ST_L1_F8 + 1) 193 "ST_L1_F8", 340 FsmChangeState(fi, ST_L1_F8); l1_go_f8() 347 FsmChangeState(fi, ST_L1_F8); l1_go_f8_deact_ind() 422 {ST_L1_F8, EV_PH_RES, l1_di}, 423 {ST_L1_F8, EV_PH_EI, l1_di}, 424 {ST_L1_F8, EV_PH_AR, l1_go_f6}, 425 {ST_L1_F8, EV_PH_DR, l1_go_f3pend}, 426 {ST_L1_F8, EV_PH_AI8, l1_go_f7_act_ind}, 427 {ST_L1_F8, EV_TIMER3, l1_timer3}, 428 {ST_L1_F8, EV_PH_DC, l1_go_f3pdown},
|
H A D | isdnl1.c | 40 ST_L1_F8, enumerator in enum:__anon5298 43 #define L1S_STATE_COUNT (ST_L1_F8 + 1) 53 "ST_L1_F8", 506 FsmChangeState(fi, ST_L1_F8); l1_go_F8() 607 {ST_L1_F8, EV_PH_ACTIVATE, l1_activate_no}, 613 {ST_L1_F8, EV_RESET_IND, l1_reset}, 619 {ST_L1_F8, EV_DEACT_CNF, l1_deact_cnf}, 622 {ST_L1_F8, EV_DEACT_IND, l1_deact_req_s}, 631 {ST_L1_F8, EV_INFO2_IND, l1_info2_ind}, 636 {ST_L1_F8, EV_INFO4_IND, l1_info4_ind}, 641 {ST_L1_F8, EV_TIMER3, l1_timer3}, 648 {ST_L1_F8, EV_TIMER_DEACT, l1_timer_deact},
|
H A D | st5481_d.c | 30 "ST_L1_F8", 105 FsmChangeState(fi, ST_L1_F8); l1_go_f8() 162 {ST_L1_F8, EV_TIMER3, l1_timer3}, 163 {ST_L1_F8, EV_IND_DP, l1_go_f3}, 164 {ST_L1_F8, EV_IND_AP, l1_go_f6}, 165 {ST_L1_F8, EV_IND_AI8, l1_go_f8}, 166 {ST_L1_F8, EV_IND_AI10, l1_go_f8}, 167 {ST_L1_F8, EV_IND_RSY, l1_ignore},
|
H A D | st5481.h | 188 ST_L1_F8, enumerator in enum:__anon5312 191 #define L1_STATE_COUNT (ST_L1_F8 + 1)
|