Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/drivers/isdn/hardware/mISDN/
Dhfcsusb.c301 (hw->protocol == ISDN_P_NT_S0) ? "NT" : "TE"); in hfcusb_l2l1D()
303 if (hw->protocol == ISDN_P_NT_S0) { in hfcusb_l2l1D()
327 if (hw->protocol == ISDN_P_NT_S0) { in hfcusb_l2l1D()
454 if (((ch->protocol == ISDN_P_NT_S0) && (hw->dch.state == 3)) || in open_dchannel()
533 (rq->protocol == ISDN_P_NT_S0)) in hfc_dctrl()
671 if (hw->protocol == ISDN_P_NT_S0) in ph_state()
1357 if ((fifon == HFCUSB_D_TX) && (hw->protocol == ISDN_P_NT_S0) in tx_iso_complete()
1586 (hw->protocol == ISDN_P_NT_S0) ? 0x08 : 0x09); in reset_hfcsusb()
1849 hw->dch.dev.Dprotocols = (1 << ISDN_P_TE_S0) | (1 << ISDN_P_NT_S0); in setup_instance()
Dhfcpci.c171 if (hc->hw.protocol == ISDN_P_NT_S0) { in hfcpci_setmode()
1037 if (hc->hw.protocol == ISDN_P_NT_S0) { in ph_state()
1179 if (hc->hw.protocol == ISDN_P_NT_S0) { in hfcpci_int()
1598 if (hc->hw.protocol == ISDN_P_NT_S0) { in hfcpci_l2l1D()
1619 if (hc->hw.protocol == ISDN_P_NT_S0) { in hfcpci_l2l1D()
1913 if (((ch->protocol == ISDN_P_NT_S0) && (hc->dch.state == 3)) || in open_dchannel()
1962 (rq->protocol == ISDN_P_NT_S0)) in hfc_dctrl()
2084 card->dch.dev.Dprotocols = (1 << ISDN_P_TE_S0) | (1 << ISDN_P_NT_S0); in setup_card()
Dhfcmulti.c1671 if (dch->dev.D.protocol == ISDN_P_NT_S0) in hfcmulti_leds()
1735 if (dch->dev.D.protocol == ISDN_P_NT_S0) in hfcmulti_leds()
1782 if (dch->dev.D.protocol == ISDN_P_NT_S0) in hfcmulti_leds()
2601 if (dch->dev.D.protocol == ISDN_P_NT_S0) in ph_state_irq()
3120 case (ISDN_P_NT_S0): in mode_hfcmulti()
3985 if (dch->dev.D.protocol == ISDN_P_NT_S0) { in hfcmulti_initmode()
4014 if ((dch->dev.D.protocol == ISDN_P_NT_S0) || in hfcmulti_initmode()
4184 case ISDN_P_NT_S0: in hfcm_dctrl()
4883 dch->dev.Dprotocols = (1 << ISDN_P_TE_S0) | (1 << ISDN_P_NT_S0); in init_multi_port()
/Linux-v5.4/drivers/isdn/mISDN/
Dsocket.c246 case ISDN_P_NT_S0: in data_sock_release()
515 case ISDN_P_NT_S0: in data_sock_bind()
785 case ISDN_P_NT_S0: in mISDN_sock_create()
Dstack.c430 case ISDN_P_NT_S0: in connect_layer1()
528 rq.protocol = ISDN_P_NT_S0; in create_l2entity()
582 case ISDN_P_NT_S0: in delete_channel()
Dl1oip_core.c1045 case ISDN_P_NT_S0: in l1oip_dctrl()
1380 dch->dev.Dprotocols = (1 << ISDN_P_TE_S0) | (1 << ISDN_P_NT_S0); in init_card()
Dtei.c799 rq.protocol = ISDN_P_NT_S0; in create_new_tei()
1075 l1rq.protocol = ISDN_P_NT_S0; in create_teimgr()
Dlayer2.c2147 rq.protocol = ISDN_P_NT_S0; in create_l2()