Searched defs:nrec (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/wlan-ng/
H A Dprism2fw.c109 unsigned int nrec; member in struct:pda
269 pda.nrec = 1;
578 * nrec ptr to a variable that will contain the count of PDRs
590 pda->nrec = 0;
594 pda->rec[pda->nrec] = (hfa384x_pdrec_t *) &(pda16[curroff]);
596 if (le16_to_cpu(pda->rec[pda->nrec]->code) == HFA384x_PDR_NICID) {
597 memcpy(&nicid, &pda->rec[pda->nrec]->data.nicid,
604 if (le16_to_cpu(pda->rec[pda->nrec]->code) ==
606 memcpy(&rfid, &pda->rec[pda->nrec]->data.mfisuprange,
613 if (le16_to_cpu(pda->rec[pda->nrec]
[all...]
/drivers/staging/comedi/drivers/
H A Dusbdux.c1126 int nrec; local
1134 &nrec, BULK_TIMEOUT);
H A Dusbduxsigma.c1092 int nrec; local
1100 &nrec, BULK_TIMEOUT);

Completed in 61 milliseconds