Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/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()
1365 if ((fifon == HFCUSB_D_TX) && (hw->protocol == ISDN_P_NT_S0) in tx_iso_complete()
1593 (hw->protocol == ISDN_P_NT_S0) ? 0x08 : 0x09); in reset_hfcsusb()
1846 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()
1050 if (hc->hw.protocol == ISDN_P_NT_S0) { in ph_state()
1194 if (hc->hw.protocol == ISDN_P_NT_S0) { in hfcpci_int()
1612 if (hc->hw.protocol == ISDN_P_NT_S0) { in hfcpci_l2l1D()
1633 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()
2093 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()
2616 if (dch->dev.D.protocol == ISDN_P_NT_S0) in ph_state_irq()
3135 case (ISDN_P_NT_S0): in mode_hfcmulti()
4004 if (dch->dev.D.protocol == ISDN_P_NT_S0) { in hfcmulti_initmode()
4033 if ((dch->dev.D.protocol == ISDN_P_NT_S0) || in hfcmulti_initmode()
4203 case ISDN_P_NT_S0: in hfcm_dctrl()
4901 dch->dev.Dprotocols = (1 << ISDN_P_TE_S0) | (1 << ISDN_P_NT_S0); in init_multi_port()
/linux-4.1.27/drivers/isdn/mISDN/
Dstack.c438 case ISDN_P_NT_S0: in connect_layer1()
536 rq.protocol = ISDN_P_NT_S0; in create_l2entity()
589 case ISDN_P_NT_S0: in delete_channel()
Dsocket.c256 case ISDN_P_NT_S0: in data_sock_release()
525 case ISDN_P_NT_S0: in data_sock_bind()
791 case ISDN_P_NT_S0: in mISDN_sock_create()
Dl1oip_core.c1063 case ISDN_P_NT_S0: in l1oip_dctrl()
1395 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.c2173 rq.protocol = ISDN_P_NT_S0; in create_l2()