Home
last modified time | relevance | path

Searched refs:ISDN_P_B_RAW (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/drivers/isdn/hardware/mISDN/
DmISDNisar.c437 case ISDN_P_B_RAW: in isar_rcv_frame()
642 case ISDN_P_B_RAW: in isar_fill_fifo()
1092 else if (ch->bch.state == ISDN_P_B_RAW) { in mISDNisar_irq()
1164 case ISDN_P_B_RAW: in setup_pump()
1225 case ISDN_P_B_RAW: in setup_sart()
1263 case ISDN_P_B_RAW: in setup_iom2()
1294 case ISDN_P_B_RAW: in modeisar()
1707 ret = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in mISDNisar_init()
Dhfcpci.c1328 case (ISDN_P_B_RAW): in mode_hfcpci()
1459 case (ISDN_P_B_RAW): in set_hfcpci_rxtest()
1568 ret = set_hfcpci_rxtest(bch, ISDN_P_B_RAW, (int)(long)arg); in hfc_bctrl()
2115 card->dch.dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in setup_card()
2302 if (bch && bch->state == ISDN_P_B_RAW) { /* B1 rx&tx */ in _hfcpci_softirq()
2307 if (bch && bch->state == ISDN_P_B_RAW) { /* B2 rx&tx */ in _hfcpci_softirq()
DmISDNipac.c1237 case ISDN_P_B_RAW: in hscx_mode()
1273 case ISDN_P_B_RAW: in hscx_mode()
1309 case ISDN_P_B_RAW: in hscx_mode()
1638 ret = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in mISDNipac_init()
Davmfritz.c367 case ISDN_P_B_RAW: in modehdlc()
1037 card->isac.dch.dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in setup_instance()
Dhfcmulti.c848 if (hc->chan[ch].protocol != ISDN_P_B_RAW) in vpm_echocan_on()
881 if (hc->chan[ch].protocol != ISDN_P_B_RAW) in vpm_echocan_off()
1947 (hc->chan[ch].protocol == ISDN_P_B_RAW) && in hfcmulti_tx()
2189 (hc->chan[ch].protocol == ISDN_P_B_RAW) && in hfcmulti_rx()
2992 case (ISDN_P_B_RAW): /* B-channel */ in mode_hfcmulti()
3475 if (ch->protocol == ISDN_P_B_RAW && !hc->dtmf in handle_bmsg()
4685 dch->dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in init_e1_port()
4855 dch->dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in init_multi_port()
Dnetjet.c236 case ISDN_P_B_RAW: in mode_tiger()
1024 card->isac.dch.dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in setup_instance()
Dw6692.c612 case ISDN_P_B_RAW: in w6692_mode()
1318 card->dch.dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in setup_instance()
Dhfcsusb.c733 case (ISDN_P_B_RAW): in hfcsusb_setup_bch()
1879 hw->dch.dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in setup_instance()
/linux-3.4.99/drivers/isdn/mISDN/
Dsocket.c268 case ISDN_P_B_RAW: in data_sock_release()
542 case ISDN_P_B_RAW: in data_sock_bind()
798 case ISDN_P_B_RAW: in mISDN_sock_create()
Ddsp_core.c1071 crq->protocol = ISDN_P_B_RAW; in dspcreate()
Dl1oip_core.c1403 dch->dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in init_card()
/linux-3.4.99/include/linux/
DmISDNif.h233 #define ISDN_P_B_RAW 0x21 macro