Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/isdn/hardware/mISDN/
DmISDNisar.c429 case ISDN_P_B_RAW: in isar_rcv_frame()
586 (ch->bch.state != ISDN_P_B_RAW)) in isar_fill_fifo()
629 case ISDN_P_B_RAW: in isar_fill_fifo()
1080 else if (ch->bch.state == ISDN_P_B_RAW) { in mISDNisar_irq()
1152 case ISDN_P_B_RAW: in setup_pump()
1214 case ISDN_P_B_RAW: in setup_sart()
1252 case ISDN_P_B_RAW: in setup_iom2()
1284 case ISDN_P_B_RAW: in modeisar()
1672 ret = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in mISDNisar_init()
Dhfcpci.c1314 case (ISDN_P_B_RAW): in mode_hfcpci()
1445 case (ISDN_P_B_RAW): in set_hfcpci_rxtest()
1537 ret = set_hfcpci_rxtest(bch, ISDN_P_B_RAW, (int)(long)arg); in hfc_bctrl()
2090 card->dch.dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in setup_card()
2277 if (bch && bch->state == ISDN_P_B_RAW) { /* B1 rx&tx */ in _hfcpci_softirq()
2282 if (bch && bch->state == ISDN_P_B_RAW) { /* B2 rx&tx */ in _hfcpci_softirq()
DmISDNipac.c1233 case ISDN_P_B_RAW: in hscx_mode()
1269 case ISDN_P_B_RAW: in hscx_mode()
1305 case ISDN_P_B_RAW: in hscx_mode()
1616 ret = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in mISDNipac_init()
Davmfritz.c362 case ISDN_P_B_RAW: in modehdlc()
1042 card->isac.dch.dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in setup_instance()
Dhfcmulti.c849 if (hc->chan[ch].protocol != ISDN_P_B_RAW) in vpm_echocan_on()
882 if (hc->chan[ch].protocol != ISDN_P_B_RAW) in vpm_echocan_off()
1969 (hc->chan[ch].protocol == ISDN_P_B_RAW) && in hfcmulti_tx()
2204 (hc->chan[ch].protocol == ISDN_P_B_RAW) && in hfcmulti_rx()
3006 case (ISDN_P_B_RAW): /* B-channel */ in mode_hfcmulti()
3490 if (ch->protocol == ISDN_P_B_RAW && !hc->dtmf in handle_bmsg()
4809 dch->dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in init_e1_port()
4882 dch->dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in init_multi_port()
Dnetjet.c223 case ISDN_P_B_RAW: in mode_tiger()
1014 card->isac.dch.dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in setup_instance()
Dw6692.c605 case ISDN_P_B_RAW: in w6692_mode()
1289 card->dch.dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in setup_instance()
Dhfcsusb.c706 case (ISDN_P_B_RAW): in hfcsusb_setup_bch()
1855 hw->dch.dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in setup_instance()
/linux-5.19.10/drivers/isdn/mISDN/
Dsocket.c256 case ISDN_P_B_RAW: in data_sock_release()
529 case ISDN_P_B_RAW: in data_sock_bind()
788 case ISDN_P_B_RAW: in mISDN_sock_create()
Ddsp_core.c1071 crq->protocol = ISDN_P_B_RAW; in dspcreate()
Dl1oip_core.c1381 dch->dev.Bprotocols = (1 << (ISDN_P_B_RAW & ISDN_P_B_MASK)) | in init_card()
/linux-5.19.10/include/linux/
DmISDNif.h237 #define ISDN_P_B_RAW 0x21 macro