Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/hardware/eicon/
Dmessage.c4855 PLCI *tplci = NULL; in sig_ind() local
5137 tplci = plci->relatedPTYPLCI; in sig_ind()
5138 rId = ((word)tplci->Id << 8) | tplci->adapter->Id; in sig_ind()
5139 if (tplci->tel) rId |= EXT_CONTROLLER; in sig_ind()
5162 sendf(tplci->appl, _FACILITY_I, rId, 0, "ws", 3, SS_Ind); in sig_ind()
5315 tplci = plci->relatedPTYPLCI; in sig_ind()
5316 if (tplci) tplci->ptyState = CONNECTED; in sig_ind()
5347 tplci = plci->relatedPTYPLCI; in sig_ind()
5348 rId = ((word)tplci->Id << 8) | tplci->adapter->Id; in sig_ind()
5349 if (tplci->tel) rId |= EXT_CONTROLLER; in sig_ind()
[all …]