Searched refs:PLength (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | um_idi.c | 582 e->e.X->PLength = (word) req->data_length; in process_idi_request() 587 e->e.ReqCh, e->e.X->PLength)); in process_idi_request() 689 e->e.R->PLength = in process_idi_ind() 695 e->e.R->PLength)); in process_idi_ind() 711 e->e.IndCh, e->e.R->PLength)); in process_idi_ind() 717 pind->data_length = e->e.R->PLength; in process_idi_ind() 720 e->e.R->PLength)); in process_idi_ind() 878 e->e.ReqCh, e->e.X->PLength)); in divas_um_idi_entity_start_remove()
|
D | di.c | 136 clength = min((word)(270 - length), (word)(X[i].PLength-this->XOffset)); in pr_out() 143 if (this->XOffset == X[i].PLength) { in pr_out() 156 X[i].PLength, in pr_out() 674 if (this->ROffset == R[this->RCurrent].PLength) { in isdn_ind() 679 clength = min(MLength, (word)(R[this->RCurrent].PLength-this->ROffset)); in isdn_ind() 682 R[this->RCurrent].PLength-this->ROffset); in isdn_ind() 709 R[this->RCurrent].PLength = this->ROffset; in isdn_ind()
|
D | di_defs.h | 68 word PLength; member
|
D | debug.c | 22 static void single_p(byte *P, word *PLength, byte Id); 1144 e->X->PLength = length; in SuperTraceReadRequest() 1213 e->X->PLength = assign_data_length; in SuperTraceASSIGN() 1234 e->X->PLength = 1; in SuperTraceREMOVE() 1262 e->X->PLength = length; in SuperTraceTraceOnRequest() 1295 e->X->PLength = length; in SuperTraceWriteVar() 1321 e->X->PLength = length; in SuperTraceExecuteRequest() 1353 static void single_p(byte *P, word *PLength, byte Id) { in single_p() argument 1354 P[(*PLength)++] = Id; in single_p()
|
D | message.c | 6569 dtmf_indication(Id, plci, plci->RData[0].P, plci->RData[0].PLength); in nl_ind() 6577 …v_process_block(&(plci->capidtmf_state), plci->RData[0].P + 1, (word)(plci->RData[0].PLength - 1)); in nl_ind() 6591 mixer_indication_xconnect_from(Id, plci, plci->RData[0].P, plci->RData[0].PLength); in nl_ind() 6594 mixer_indication_xconnect_to(Id, plci, plci->RData[0].P, plci->RData[0].PLength); in nl_ind() 6599 ec_indication(Id, plci, plci->RData[0].P, plci->RData[0].PLength); in nl_ind() 6610 if ((plci->RData[0].PLength != 0) in nl_ind() 6619 (plci->NL.RNum < 2) ? 0 : plci->RData[1].PLength, in nl_ind() 6630 plci->RData[0].PLength, in nl_ind() 7019 plci->RData[0].PLength = INTERNAL_IND_BUFFER_SIZE; in nl_ind() 7089 plci->RData[0].PLength = APPLptr->MaxDataLength; in nl_ind() [all …]
|
D | maintidi.c | 339 pLib->e.R->PLength = (word)(sizeof(pLib->buffer) - 1); in SuperTraceMessageInput() 346 pLib->buffer[pLib->e.R->PLength] = 0; /* terminate I.E. with zero */ in SuperTraceMessageInput() 350 int total_length = pLib->e.R->PLength; in SuperTraceMessageInput() 418 p, pLib->e.R->PLength); in SuperTraceMessageInput()
|