Searched refs:ST_NULL (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/isdn/pcbit/ |
H A D | edss1.c | 195 {ST_NULL, ST_CALL_INIT, EV_USR_SETUP_REQ, cb_out_1}, 199 {ST_CALL_INIT, ST_NULL, EV_NET_DISC, cb_out_2}, 202 {ST_CALL_PROC, ST_NULL, EV_NET_DISC, cb_disc_1}, 206 {ST_NULL, ST_CALL_PRES, EV_NET_SETUP, NULL}, 217 {ST_ACTIVE, ST_NULL, EV_NET_DISC, cb_disc_1}, 219 {ST_ACTIVE, ST_NULL, EV_NET_RELEASE, cb_disc_3}, 223 {ST_DISC_REQ, ST_NULL, EV_NET_DISC, cb_disc_1}, 224 {ST_DISC_REQ, ST_NULL, EV_NET_RELEASE, cb_disc_3}, 235 {ST_DISC_REQ, ST_NULL, EV_TIMER, cb_disc_3},
|
H A D | edss1.h | 17 #define ST_NULL 0 macro
|
/linux-4.4.14/drivers/isdn/hisax/ |
H A D | callc.c | 82 ST_NULL, /* 0 inactive */ enumerator in enum:__anon5614 102 "ST_NULL", 210 FsmChangeState(fi, ST_NULL); lli_close() 242 FsmChangeState(fi, ST_NULL); lli_leased_in() 384 FsmChangeState(fi, ST_NULL); lli_deliver_call() 727 FsmChangeState(fi, ST_NULL); lli_failure_l() 771 {ST_NULL, EV_DIAL, lli_prep_dialout}, 772 {ST_NULL, EV_RESUME, lli_resume}, 773 {ST_NULL, EV_SETUP_IND, lli_deliver_call}, 774 {ST_NULL, EV_LEASED, lli_leased_in}, 893 if (chanp->fi.state == ST_NULL) selectfreechannel() 904 if (chanp->fi.state == ST_NULL) selectfreechannel() 1102 chanp->fi.state = ST_NULL; init_chan() 1445 if (chanp->fi.state == ST_NULL) { lli_got_fac_req() 1538 if (chanp->fi.state == ST_NULL) { HiSax_command()
|
Completed in 88 milliseconds