Home
last modified time | relevance | path

Searched refs:ISDN_P_B_L2DSP (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/isdn/mISDN/
Dsocket.c260 case ISDN_P_B_L2DSP: in data_sock_release()
533 case ISDN_P_B_L2DSP: in data_sock_bind()
792 case ISDN_P_B_L2DSP: in mISDN_sock_create()
Ddsp_core.c1052 if (crq->protocol != ISDN_P_B_L2DSP in dspcreate()
1070 if (crq->protocol == ISDN_P_B_L2DSP) { in dspcreate()
1109 .Bprotocols = (1 << (ISDN_P_B_L2DSP & ISDN_P_B_MASK))
/linux-6.1.9/include/linux/
DmISDNif.h241 #define ISDN_P_B_L2DSP 0x25 macro