Searched refs:ST_L1_F3 (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/isdn/mISDN/ |
D | layer1.c | 44 ST_L1_F3, enumerator 118 mISDN_FsmChangeState(fi, ST_L1_F3); in l1_reset() 126 mISDN_FsmChangeState(fi, ST_L1_F3); in l1_deact_cnf() 136 mISDN_FsmChangeState(fi, ST_L1_F3); in l1_deact_req_s() 150 mISDN_FsmChangeState(fi, ST_L1_F3); in l1_power_up_s() 203 mISDN_FsmChangeState(fi, ST_L1_F3); in l1_timer3() 257 {ST_L1_F3, EV_PH_ACTIVATE, l1_activate_s}, 260 {ST_L1_F3, EV_RESET_IND, l1_reset}, 266 {ST_L1_F3, EV_DEACT_CNF, l1_deact_cnf}, 275 {ST_L1_F3, EV_POWER_UP, l1_power_up_s}, [all …]
|
/linux-3.4.99/drivers/isdn/hisax/ |
D | isdnl1.c | 35 ST_L1_F3, enumerator 460 FsmChangeState(fi, ST_L1_F3); in l1_reset() 468 FsmChangeState(fi, ST_L1_F3); in l1_deact_cnf() 478 FsmChangeState(fi, ST_L1_F3); in l1_deact_req_s() 494 FsmChangeState(fi, ST_L1_F3); in l1_power_up_s() 558 FsmChangeState(fi, ST_L1_F3); in l1_timer3() 605 {ST_L1_F3, EV_PH_ACTIVATE, l1_activate_s}, 608 {ST_L1_F3, EV_RESET_IND, l1_reset}, 614 {ST_L1_F3, EV_DEACT_CNF, l1_deact_cnf}, 623 {ST_L1_F3, EV_POWER_UP, l1_power_up_s}, [all …]
|
D | st5481_d.c | 71 FsmChangeState(fi, ST_L1_F3); in l1_go_f3() 114 FsmChangeState(fi, ST_L1_F3); in l1_timer3() 137 {ST_L1_F3, EV_IND_DP, l1_ignore}, 138 {ST_L1_F3, EV_IND_AP, l1_go_f6}, 139 {ST_L1_F3, EV_IND_AI8, l1_go_f7}, 140 {ST_L1_F3, EV_IND_AI10, l1_go_f7}, 141 {ST_L1_F3, EV_PH_ACTIVATE_REQ, l1_activate}, 715 adapter->l1m.state = ST_L1_F3; in st5481_setup_d()
|
D | st5481.h | 184 ST_L1_F3, enumerator
|