Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/hardware/mISDN/
DmISDNisar.c443 case ISDN_P_B_RAW: in isar_rcv_frame()
600 (ch->bch.state != ISDN_P_B_RAW)) in isar_fill_fifo()
643 case ISDN_P_B_RAW: in isar_fill_fifo()
1094 else if (ch->bch.state == ISDN_P_B_RAW) { in mISDNisar_irq()
1166 case ISDN_P_B_RAW: in setup_pump()
1227 case ISDN_P_B_RAW: in setup_sart()
1265 case ISDN_P_B_RAW: in setup_iom2()
1296 case ISDN_P_B_RAW: in modeisar()
1687 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()
1551 ret = set_hfcpci_rxtest(bch, ISDN_P_B_RAW, (int)(long)arg); in hfc_bctrl()
2094 card->dch.dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in setup_card()
2281 if (bch && bch->state == ISDN_P_B_RAW) { /* B1 rx&tx */ in _hfcpci_softirq()
2286 if (bch && bch->state == ISDN_P_B_RAW) { /* B2 rx&tx */ in _hfcpci_softirq()
DmISDNipac.c1251 case ISDN_P_B_RAW: in hscx_mode()
1287 case ISDN_P_B_RAW: in hscx_mode()
1323 case ISDN_P_B_RAW: in hscx_mode()
1634 ret = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in mISDNipac_init()
Davmfritz.c374 case ISDN_P_B_RAW: in modehdlc()
1055 card->isac.dch.dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in setup_instance()
Dhfcmulti.c863 if (hc->chan[ch].protocol != ISDN_P_B_RAW) in vpm_echocan_on()
896 if (hc->chan[ch].protocol != ISDN_P_B_RAW) in vpm_echocan_off()
1983 (hc->chan[ch].protocol == ISDN_P_B_RAW) && in hfcmulti_tx()
2218 (hc->chan[ch].protocol == ISDN_P_B_RAW) && in hfcmulti_rx()
3023 case (ISDN_P_B_RAW): /* B-channel */ in mode_hfcmulti()
3507 if (ch->protocol == ISDN_P_B_RAW && !hc->dtmf in handle_bmsg()
4829 dch->dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in init_e1_port()
4902 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()
1028 card->isac.dch.dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in setup_instance()
Dw6692.c624 case ISDN_P_B_RAW: in w6692_mode()
1310 card->dch.dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in setup_instance()
Dhfcsusb.c719 case (ISDN_P_B_RAW): in hfcsusb_setup_bch()
1854 hw->dch.dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in setup_instance()
/linux-4.1.27/drivers/isdn/mISDN/
Dsocket.c266 case ISDN_P_B_RAW: in data_sock_release()
539 case ISDN_P_B_RAW: in data_sock_bind()
796 case ISDN_P_B_RAW: in mISDN_sock_create()
Ddsp_core.c1074 crq->protocol = ISDN_P_B_RAW; in dspcreate()
Dl1oip_core.c1396 dch->dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in init_card()
/linux-4.1.27/include/linux/
DmISDNif.h238 #define ISDN_P_B_RAW 0x21 macro