Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
DmISDNif.h216 #define ISDN_P_NT_S0 0x02 macro
224 #define IS_ISDN_P_NT(p) ((p == ISDN_P_NT_S0) || (p == ISDN_P_NT_E1) || \
226 #define IS_ISDN_P_S0(p) ((p == ISDN_P_TE_S0) || (p == ISDN_P_NT_S0))
/linux-6.1.9/drivers/isdn/hardware/mISDN/
Dhfcsusb.c302 (hw->protocol == ISDN_P_NT_S0) ? "NT" : "TE"); in hfcusb_l2l1D()
304 if (hw->protocol == ISDN_P_NT_S0) { in hfcusb_l2l1D()
328 if (hw->protocol == ISDN_P_NT_S0) { in hfcusb_l2l1D()
457 if (((ch->protocol == ISDN_P_NT_S0) && (hw->dch.state == 3)) || in open_dchannel()
536 (rq->protocol == ISDN_P_NT_S0)) in hfc_dctrl()
674 if (hw->protocol == ISDN_P_NT_S0) in ph_state()
1359 if ((fifon == HFCUSB_D_TX) && (hw->protocol == ISDN_P_NT_S0) in tx_iso_complete()
1588 (hw->protocol == ISDN_P_NT_S0) ? 0x08 : 0x09); in reset_hfcsusb()
1851 hw->dch.dev.Dprotocols = (1 << ISDN_P_TE_S0) | (1 << ISDN_P_NT_S0); in setup_instance()
Dhfcpci.c172 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()
1918 if (((ch->protocol == ISDN_P_NT_S0) && (hc->dch.state == 3)) || in open_dchannel()
1967 (rq->protocol == ISDN_P_NT_S0)) in hfc_dctrl()
2094 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()
3118 case (ISDN_P_NT_S0): in mode_hfcmulti()
3990 if (dch->dev.D.protocol == ISDN_P_NT_S0) { in hfcmulti_initmode()
4019 if ((dch->dev.D.protocol == ISDN_P_NT_S0) || in hfcmulti_initmode()
4189 case ISDN_P_NT_S0: in hfcm_dctrl()
4888 dch->dev.Dprotocols = (1 << ISDN_P_TE_S0) | (1 << ISDN_P_NT_S0); in init_multi_port()
/linux-6.1.9/drivers/isdn/mISDN/
Dsocket.c246 case ISDN_P_NT_S0: in data_sock_release()
515 case ISDN_P_NT_S0: in data_sock_bind()
783 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.c1047 case ISDN_P_NT_S0: in l1oip_dctrl()
1381 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()