Searched refs:ISDN_P_NONE (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/isdn/hardware/mISDN/
H A Dnetjet.c205 case ISDN_P_NONE:
206 if (bc->bch.state == ISDN_P_NONE)
211 if ((card->bc[0].bch.state == ISDN_P_NONE) &&
212 (card->bc[1].bch.state == ISDN_P_NONE)) {
770 mode_tiger(bc, ISDN_P_NONE);
804 mode_tiger(bc, ISDN_P_NONE);
806 ch->protocol = ISDN_P_NONE;
855 if (rq->protocol == ISDN_P_NONE)
933 mode_tiger(&card->bc[0], ISDN_P_NONE);
934 mode_tiger(&card->bc[1], ISDN_P_NONE);
[all...]
H A DmISDNisar.c424 case ISDN_P_NONE:
626 case ISDN_P_NONE:
1151 case ISDN_P_NONE:
1210 case ISDN_P_NONE:
1246 case ISDN_P_NONE:
1275 if (ch->bch.state == ISDN_P_NONE) { /* New Setup */
1277 case ISDN_P_NONE: /* init */
1326 if (ch->bch.state == ISDN_P_NONE) {
1461 modeisar(&isar->ch[i], ISDN_P_NONE);
1499 modeisar(ich, ISDN_P_NONE);
[all...]
H A Davmfritz.c352 case ISDN_P_NONE:
353 if (bch->state == ISDN_P_NONE)
358 bch->state = ISDN_P_NONE;
712 modehdlc(bch, ISDN_P_NONE);
850 modehdlc(bch, ISDN_P_NONE);
852 ch->protocol = ISDN_P_NONE;
901 if (rq->protocol == ISDN_P_NONE)
1006 modehdlc(&card->bch[0], ISDN_P_NONE);
1007 modehdlc(&card->bch[1], ISDN_P_NONE);
H A Dw6692.c452 if (unlikely(wch->bch.state == ISDN_P_NONE)) {
453 pr_debug("%s: empty_Bfifo ISDN_P_NONE\n", card->name);
595 case ISDN_P_NONE:
837 w6692_mode(&card->bc[0], ISDN_P_NONE);
838 w6692_mode(&card->bc[1], ISDN_P_NONE);
964 w6692_mode(bc, ISDN_P_NONE);
993 if (rq->protocol == ISDN_P_NONE)
1039 w6692_mode(bc, ISDN_P_NONE);
1041 ch->protocol = ISDN_P_NONE;
1250 w6692_mode(&card->bc[0], ISDN_P_NONE);
[all...]
H A Dhfcpci.c1258 } else if (test_bit(HFC_CFG_PCM, &hc->cfg) && (protocol > ISDN_P_NONE))
1266 if (protocol != ISDN_P_NONE) {
1284 case (ISDN_P_NONE):
1285 if (bch->state == ISDN_P_NONE)
1309 bch->state = ISDN_P_NONE;
1383 if ((protocol == ISDN_P_NONE) ||
1512 mode_hfcpci(bch, bch->nr, ISDN_P_NONE);
1547 mode_hfcpci(bch, bch->nr, ISDN_P_NONE);
1554 ch->protocol = ISDN_P_NONE;
1886 if (rq->protocol == ISDN_P_NONE)
[all...]
H A Dhfcsusb.c424 if (rq->protocol == ISDN_P_NONE)
475 if (rq->protocol == ISDN_P_NONE)
696 if (protocol > ISDN_P_NONE)
703 case (ISDN_P_NONE):
704 if (bch->state == ISDN_P_NONE)
706 bch->state = ISDN_P_NONE;
726 if (protocol >= ISDN_P_NONE) {
747 if (protocol > ISDN_P_NONE)
1795 hfcsusb_setup_bch(bch, ISDN_P_NONE);
1821 ch->protocol = ISDN_P_NONE;
[all...]
H A DmISDNipac.c1225 case ISDN_P_NONE: /* init */
1260 case ISDN_P_NONE:
1296 case ISDN_P_NONE:
1363 hscx_mode(hx, ISDN_P_NONE);
1400 hscx_mode(hx, ISDN_P_NONE);
1402 ch->protocol = ISDN_P_NONE;
1485 if (rq->protocol == ISDN_P_NONE)
H A Dhfcmulti.c2943 case (ISDN_P_NONE):
3132 hc->chan[ch].protocol = ISDN_P_NONE;
3423 mode_hfcmulti(hc, bch->slot, ISDN_P_NONE, -1, 0, -1, 0);
3669 ch->protocol = ISDN_P_NONE;
3848 mode_hfcmulti(hc, i, ISDN_P_NONE, -1, 0, -1, 0);
3950 mode_hfcmulti(hc, i - 2, ISDN_P_NONE, -1, 0, -1, 0);
3954 mode_hfcmulti(hc, i - 1, ISDN_P_NONE, -1, 0, -1, 0);
4024 if (rq->protocol == ISDN_P_NONE)
4026 if ((dch->dev.D.protocol != ISDN_P_NONE) &&
4064 if (rq->protocol == ISDN_P_NONE)
[all...]
/linux-master/drivers/isdn/mISDN/
H A Dl1oip_core.c983 if (rq->protocol == ISDN_P_NONE)
985 if ((dch->dev.D.protocol != ISDN_P_NONE) &&
1012 if (rq->protocol == ISDN_P_NONE)
1213 ch->protocol = ISDN_P_NONE;
/linux-master/include/linux/
H A DmISDNif.h213 #define ISDN_P_NONE 0 macro

Completed in 178 milliseconds