• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/

Lines Matching defs:fi

206 lli_close(struct FsmInst *fi)
208 struct Channel *chanp = fi->userdata;
210 FsmChangeState(fi, ST_NULL);
216 lli_leased_in(struct FsmInst *fi, int event, void *arg)
218 struct Channel *chanp = fi->userdata;
225 FsmChangeState(fi, ST_IN_WAIT_LL);
242 FsmChangeState(fi, ST_NULL);
251 lli_init_bchan_out(struct FsmInst *fi, int event, void *arg)
253 struct Channel *chanp = fi->userdata;
255 FsmChangeState(fi, ST_WAIT_BCONN);
264 lli_prep_dialout(struct FsmInst *fi, int event, void *arg)
266 struct Channel *chanp = fi->userdata;
274 lli_init_bchan_out(fi, event, arg);
276 FsmChangeState(fi, ST_OUT_DIAL);
282 lli_resume(struct FsmInst *fi, int event, void *arg)
284 struct Channel *chanp = fi->userdata;
292 lli_init_bchan_out(fi, event, arg);
294 FsmChangeState(fi, ST_OUT_DIAL);
300 lli_go_active(struct FsmInst *fi, int event, void *arg)
302 struct Channel *chanp = fi->userdata;
306 FsmChangeState(fi, ST_ACTIVE);
329 lli_deliver_call(struct FsmInst *fi, int event, void *arg)
331 struct Channel *chanp = fi->userdata;
342 FsmChangeState(fi, ST_IN_WAIT_LL);
361 FsmChangeState(fi, ST_IN_ALERT_SENT);
367 FsmChangeState(fi, ST_IN_PROCEED_SEND);
384 FsmChangeState(fi, ST_NULL);
394 lli_send_dconnect(struct FsmInst *fi, int event, void *arg)
396 struct Channel *chanp = fi->userdata;
398 FsmChangeState(fi, ST_IN_WAIT_CONN_ACK);
403 lli_send_alert(struct FsmInst *fi, int event, void *arg)
405 struct Channel *chanp = fi->userdata;
407 FsmChangeState(fi, ST_IN_ALERT_SENT);
412 lli_send_redir(struct FsmInst *fi, int event, void *arg)
414 struct Channel *chanp = fi->userdata;
420 lli_init_bchan_in(struct FsmInst *fi, int event, void *arg)
422 struct Channel *chanp = fi->userdata;
424 FsmChangeState(fi, ST_WAIT_BCONN);
435 lli_setup_rsp(struct FsmInst *fi, int event, void *arg)
437 struct Channel *chanp = fi->userdata;
440 lli_init_bchan_in(fi, event, arg);
442 FsmChangeState(fi, ST_IN_WAIT_CONN_ACK);
453 lli_suspend(struct FsmInst *fi, int event, void *arg)
455 struct Channel *chanp = fi->userdata;
463 lli_leased_hup(struct FsmInst *fi, struct Channel *chanp)
475 lli_close(fi);
479 lli_disconnect_req(struct FsmInst *fi, int event, void *arg)
481 struct Channel *chanp = fi->userdata;
484 lli_leased_hup(fi, chanp);
486 FsmChangeState(fi, ST_WAIT_DRELEASE);
495 lli_disconnect_reject(struct FsmInst *fi, int event, void *arg)
497 struct Channel *chanp = fi->userdata;
500 lli_leased_hup(fi, chanp);
502 FsmChangeState(fi, ST_WAIT_DRELEASE);
511 lli_dhup_close(struct FsmInst *fi, int event, void *arg)
513 struct Channel *chanp = fi->userdata;
516 lli_leased_hup(fi, chanp);
522 lli_close(fi);
527 lli_reject_req(struct FsmInst *fi, int event, void *arg)
529 struct Channel *chanp = fi->userdata;
532 lli_leased_hup(fi, chanp);
539 lli_dhup_close(fi, event, arg);
542 FsmChangeState(fi, ST_IN_ALERT_SENT);
548 lli_disconn_bchan(struct FsmInst *fi, int event, void *arg)
550 struct Channel *chanp = fi->userdata;
553 FsmChangeState(fi, ST_WAIT_BRELEASE);
558 lli_start_disc(struct FsmInst *fi, int event, void *arg)
560 struct Channel *chanp = fi->userdata;
563 lli_leased_hup(fi, chanp);
565 lli_disconnect_req(fi, event, arg);
570 lli_rel_b_disc(struct FsmInst *fi, int event, void *arg)
572 struct Channel *chanp = fi->userdata;
575 lli_start_disc(fi, event, arg);
579 lli_bhup_disc(struct FsmInst *fi, int event, void *arg)
581 struct Channel *chanp = fi->userdata;
586 lli_rel_b_disc(fi, event, arg);
590 lli_bhup_rel_b(struct FsmInst *fi, int event, void *arg)
592 struct Channel *chanp = fi->userdata;
594 FsmChangeState(fi, ST_WAIT_DCOMMAND);
603 lli_release_bchan(struct FsmInst *fi, int event, void *arg)
605 struct Channel *chanp = fi->userdata;
608 FsmChangeState(fi, ST_WAIT_BREL_DISC);
614 lli_rel_b_dhup(struct FsmInst *fi, int event, void *arg)
616 struct Channel *chanp = fi->userdata;
619 lli_dhup_close(fi, event, arg);
623 lli_bhup_dhup(struct FsmInst *fi, int event, void *arg)
625 struct Channel *chanp = fi->userdata;
630 lli_rel_b_dhup(fi, event, arg);
634 lli_abort(struct FsmInst *fi, int event, void *arg)
636 struct Channel *chanp = fi->userdata;
640 lli_bhup_dhup(fi, event, arg);
644 lli_release_req(struct FsmInst *fi, int event, void *arg)
646 struct Channel *chanp = fi->userdata;
649 lli_leased_hup(fi, chanp);
651 FsmChangeState(fi, ST_WAIT_D_REL_CNF);
658 lli_rel_b_release_req(struct FsmInst *fi, int event, void *arg)
660 struct Channel *chanp = fi->userdata;
663 lli_release_req(fi, event, arg);
667 lli_bhup_release_req(struct FsmInst *fi, int event, void *arg)
669 struct Channel *chanp = fi->userdata;
674 lli_rel_b_release_req(fi, event, arg);
680 lli_charge_info(struct FsmInst *fi, int event, void *arg)
682 struct Channel *chanp = fi->userdata;
695 lli_dchan_not_ready(struct FsmInst *fi, int event, void *arg)
697 struct Channel *chanp = fi->userdata;
705 lli_no_setup_rsp(struct FsmInst *fi, int event, void *arg)
707 struct Channel *chanp = fi->userdata;
712 lli_close(fi);
716 lli_error(struct FsmInst *fi, int event, void *arg)
718 FsmChangeState(fi, ST_WAIT_DRELEASE);
722 lli_failure_l(struct FsmInst *fi, int event, void *arg)
724 struct Channel *chanp = fi->userdata;
727 FsmChangeState(fi, ST_NULL);
739 lli_rel_b_fail(struct FsmInst *fi, int event, void *arg)
741 struct Channel *chanp = fi->userdata;
744 lli_failure_l(fi, event, arg);
748 lli_bhup_fail(struct FsmInst *fi, int event, void *arg)
750 struct Channel *chanp = fi->userdata;
755 lli_rel_b_fail(fi, event, arg);
759 lli_failure_a(struct FsmInst *fi, int event, void *arg)
761 struct Channel *chanp = fi->userdata;
765 lli_bhup_fail(fi, event, arg);
895 if (chanp->fi.state == ST_NULL)
906 if (chanp->fi.state == ST_NULL)
942 FsmEvent(&chanp->fi, EV_SETUP_IND, NULL);
951 FsmEvent(&chanp->fi, EV_SETUP_IND, NULL);
954 FsmEvent(&chanp->fi, EV_DISCONNECT_IND, NULL);
957 FsmEvent(&chanp->fi, EV_RELEASE, NULL);
960 FsmEvent(&chanp->fi, EV_RELEASE, NULL);
963 FsmEvent(&chanp->fi, EV_SETUP_CNF, NULL);
966 FsmEvent(&chanp->fi, EV_RELEASE, NULL);
969 FsmEvent(&chanp->fi, EV_RELEASE, NULL);
972 FsmEvent(&chanp->fi, EV_SETUP_CMPL_IND, NULL);
975 FsmEvent(&chanp->fi, EV_SETUP_CNF, NULL);
978 FsmEvent(&chanp->fi, EV_CINF, NULL);
981 FsmEvent(&chanp->fi, EV_NOSETUP_RSP, NULL);
984 FsmEvent(&chanp->fi, EV_SETUP_ERR, NULL);
987 FsmEvent(&chanp->fi, EV_CONNECT_ERR, NULL);
990 FsmEvent(&chanp->fi, EV_RELEASE, NULL);
1074 callc_debug(struct FsmInst *fi, char *fmt, ...)
1077 struct Channel *chanp = fi->userdata;
1103 chanp->fi.fsm = &callcfsm;
1104 chanp->fi.state = ST_NULL;
1105 chanp->fi.debug = 0;
1106 chanp->fi.userdata = chanp;
1107 chanp->fi.printdebug = callc_debug;
1108 FsmInitTimer(&chanp->fi, &chanp->dial_timer);
1109 FsmInitTimer(&chanp->fi, &chanp->drel_timer);
1204 FsmEvent(&chanp->fi, EV_BC_EST, NULL);
1208 FsmEvent(&chanp->fi, EV_BC_REL, NULL);
1236 FsmEvent(&chanp->fi, EV_BC_EST, NULL);
1240 FsmEvent(&chanp->fi, EV_BC_REL, NULL);
1381 FsmEvent(&chanp->fi, event, NULL);
1401 chanp[i].fi.debug = debugflags & 2;
1443 FsmEvent(&chanp->fi, EV_SUSPEND, cm);
1447 if (chanp->fi.state == ST_NULL) {
1448 FsmEvent(&chanp->fi, EV_RESUME, cm);
1540 if (chanp->fi.state == ST_NULL) {
1541 FsmEvent(&chanp->fi, EV_DIAL, NULL);
1551 FsmEvent(&chanp->fi, EV_ACCEPTB, NULL);
1558 FsmEvent(&chanp->fi, EV_ACCEPTD, NULL);
1564 FsmEvent(&chanp->fi, EV_HANGUP, NULL);
1708 FsmEvent(&chanp->fi, EV_PROCEED, NULL);
1715 FsmEvent(&chanp->fi, EV_ALERT, NULL);
1723 FsmEvent(&chanp->fi, EV_REDIR, NULL);