Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hisax/
Dhisax_isac.c170 ST_L1_RESET, enumerator
270 FsmChangeState(fi, ST_L1_RESET); in l1_di()
278 FsmChangeState(fi, ST_L1_RESET); in l1_di_deact_ind()
371 {ST_L1_RESET, EV_PH_RES, l1_di},
372 {ST_L1_RESET, EV_PH_EI, l1_di},
373 {ST_L1_RESET, EV_PH_DC, l1_go_f3pdown},
374 {ST_L1_RESET, EV_PH_AR, l1_go_f6},
375 {ST_L1_RESET, EV_PH_AI8, l1_go_f7_act_ind},
761 isac->l1m.state = ST_L1_RESET; in isac_init()
Disdnl1.c62 ST_L1_RESET, enumerator
657 FsmChangeState(fi, ST_L1_RESET); in l1_deact_req_u()
688 {ST_L1_RESET, EV_DEACT_IND, l1_deact_req_u},
696 {ST_L1_RESET, EV_DEACT_CNF, l1_info0_ind},
699 {ST_L1_RESET, EV_INFO4_IND, l1_info4_ind},
705 {ST_L1_RESET, EV_TIMER_DEACT, l1_timer_deact},
900 st->l1.l1m.state = ST_L1_RESET; in setstack_HiSax()