Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hardware/eicon/
Dmessage.c4731 PLCI *tplci = NULL; in sig_ind() local
5013 tplci = plci->relatedPTYPLCI; in sig_ind()
5014 rId = ((word)tplci->Id << 8) | tplci->adapter->Id; in sig_ind()
5015 if (tplci->tel) rId |= EXT_CONTROLLER; in sig_ind()
5038 sendf(tplci->appl, _FACILITY_I, rId, 0, "ws", 3, SS_Ind); in sig_ind()
5191 tplci = plci->relatedPTYPLCI; in sig_ind()
5192 if (tplci) tplci->ptyState = CONNECTED; in sig_ind()
5223 tplci = plci->relatedPTYPLCI; in sig_ind()
5224 rId = ((word)tplci->Id << 8) | tplci->adapter->Id; in sig_ind()
5225 if (tplci->tel) rId |= EXT_CONTROLLER; in sig_ind()
[all …]