Searched refs:cbytes (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dasyncdata.c48 unsigned cbytes = cs->cbytes; local
53 cs->respdata[cbytes] = c;
56 __func__, cbytes);
57 cs->cbytes = cbytes;
60 cbytes = 0;
69 if (cbytes < MAX_RESP_SIZE - 1)
70 cbytes++;
86 cs->cbytes
[all...]
H A Disocdata.c914 unsigned cbytes = cs->cbytes; local
918 switch (cs->respdata[cbytes] = *src++) {
923 __func__, cbytes);
924 if (cbytes >= MAX_RESP_SIZE - 1)
926 cs->cbytes = cbytes;
928 cbytes = 0;
932 if (cbytes < MAX_RESP_SIZE - 1)
933 cbytes
[all...]
H A Dcommon.c704 cs->cbytes = 0;
830 cs->cbytes = 0;
H A Dgigaset.h525 unsigned cbytes; member in struct:cardstate
H A Dev-layer.c494 len = cs->cbytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_midi_event.c458 char *cbytes; local
484 cbytes = ev->type == SNDRV_SEQ_EVENT_NONREGPARAM ? cbytes_nrpn : cbytes_rpn;
488 buf[idx++] = cbytes[i];

Completed in 161 milliseconds