Home
last modified time | relevance | path

Searched refs:ISDN_P_NT_S0 (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/include/linux/
DmISDNif.h217 #define ISDN_P_NT_S0 0x02 macro
225 #define IS_ISDN_P_NT(p) ((p == ISDN_P_NT_S0) || (p == ISDN_P_NT_E1) || \
227 #define IS_ISDN_P_S0(p) ((p == ISDN_P_TE_S0) || (p == ISDN_P_NT_S0))
/Linux-v4.19/drivers/isdn/hardware/mISDN/
Dhfcsusb.c313 (hw->protocol == ISDN_P_NT_S0) ? "NT" : "TE"); in hfcusb_l2l1D()
315 if (hw->protocol == ISDN_P_NT_S0) { in hfcusb_l2l1D()
339 if (hw->protocol == ISDN_P_NT_S0) { in hfcusb_l2l1D()
466 if (((ch->protocol == ISDN_P_NT_S0) && (hw->dch.state == 3)) || in open_dchannel()
545 (rq->protocol == ISDN_P_NT_S0)) in hfc_dctrl()
683 if (hw->protocol == ISDN_P_NT_S0) in ph_state()
1369 if ((fifon == HFCUSB_D_TX) && (hw->protocol == ISDN_P_NT_S0) in tx_iso_complete()
1597 (hw->protocol == ISDN_P_NT_S0) ? 0x08 : 0x09); in reset_hfcsusb()
1850 hw->dch.dev.Dprotocols = (1 << ISDN_P_TE_S0) | (1 << ISDN_P_NT_S0); in setup_instance()
Dhfcpci.c185 if (hc->hw.protocol == ISDN_P_NT_S0) { in hfcpci_setmode()
1051 if (hc->hw.protocol == ISDN_P_NT_S0) { in ph_state()
1195 if (hc->hw.protocol == ISDN_P_NT_S0) { in hfcpci_int()
1614 if (hc->hw.protocol == ISDN_P_NT_S0) { in hfcpci_l2l1D()
1635 if (hc->hw.protocol == ISDN_P_NT_S0) { in hfcpci_l2l1D()
1929 if (((ch->protocol == ISDN_P_NT_S0) && (hc->dch.state == 3)) || in open_dchannel()
1978 (rq->protocol == ISDN_P_NT_S0)) in hfc_dctrl()
2091 card->dch.dev.Dprotocols = (1 << ISDN_P_TE_S0) | (1 << ISDN_P_NT_S0); in setup_card()
Dhfcmulti.c1685 if (dch->dev.D.protocol == ISDN_P_NT_S0) in hfcmulti_leds()
1749 if (dch->dev.D.protocol == ISDN_P_NT_S0) in hfcmulti_leds()
1796 if (dch->dev.D.protocol == ISDN_P_NT_S0) in hfcmulti_leds()
2615 if (dch->dev.D.protocol == ISDN_P_NT_S0) in ph_state_irq()
3134 case (ISDN_P_NT_S0): in mode_hfcmulti()
3999 if (dch->dev.D.protocol == ISDN_P_NT_S0) { in hfcmulti_initmode()
4028 if ((dch->dev.D.protocol == ISDN_P_NT_S0) || in hfcmulti_initmode()
4198 case ISDN_P_NT_S0: in hfcm_dctrl()
4896 dch->dev.Dprotocols = (1 << ISDN_P_TE_S0) | (1 << ISDN_P_NT_S0); in init_multi_port()
/Linux-v4.19/drivers/isdn/mISDN/
Dsocket.c256 case ISDN_P_NT_S0: in data_sock_release()
525 case ISDN_P_NT_S0: in data_sock_bind()
792 case ISDN_P_NT_S0: in mISDN_sock_create()
Dstack.c441 case ISDN_P_NT_S0: in connect_layer1()
539 rq.protocol = ISDN_P_NT_S0; in create_l2entity()
593 case ISDN_P_NT_S0: in delete_channel()
Dl1oip_core.c1060 case ISDN_P_NT_S0: in l1oip_dctrl()
1396 dch->dev.Dprotocols = (1 << ISDN_P_TE_S0) | (1 << ISDN_P_NT_S0); in init_card()
Dtei.c808 rq.protocol = ISDN_P_NT_S0; in create_new_tei()
1084 l1rq.protocol = ISDN_P_NT_S0; in create_teimgr()
Dlayer2.c2159 rq.protocol = ISDN_P_NT_S0; in create_l2()