Searched refs:cmdcnt (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dlibps2.c92 ps2dev->cmdcnt = maxbytes;
164 ps2dev->flags = ps2dev->cmdcnt = 0;
204 ps2dev->cmdcnt = receive;
231 if (ps2dev->cmdcnt && !(ps2dev->flags & PS2_FLAG_CMD1)) {
242 if (ps2dev->cmdcnt && (command != PS2_CMD_RESET_BAT || ps2dev->cmdcnt != 1))
320 if (ps2dev->cmdcnt)
342 if (ps2dev->cmdcnt)
343 ps2dev->cmdbuf[--ps2dev->cmdcnt] = data;
347 if (ps2dev->cmdcnt)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlibps2.h40 unsigned char cmdcnt; member in struct:ps2dev
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dvi.c117 static int cmdcnt; // repetition count variable
483 cmdcnt = 0;
1567 cmdcnt = 0;
1626 for (cnt = 1; cnt < cmdcnt; cnt++) {
1963 if (cmdcnt > 0)
1964 sprintf(last_modifying_cmd, "%d%c", cmdcnt, c);
3054 if (cmdcnt-- > 1) {
3062 if (cmdcnt-- > 1) {
3079 if (cmdcnt-- > 1) {
3101 if (cmdcnt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/riptide/
H A Driptide.c399 unsigned int cmdcnt; /* cmd statistics */ member in struct:cmdif
912 cif->cmdcnt++; /* update command statistics */
918 if ((cif->cmdcnt) % 1000 == 0)
921 cif->cmdcnt, cif->cmdtime, cif->cmdtimemin,
930 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport),
1266 cif->cmdcnt = 0;
1953 cif->cmdcnt, cif->errcnt,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/slicoss/
H A Dslicoss.c1578 int cmdcnt; local
1587 cmdcnt = 0;
1595 while ((cmdcnt < SLIC_CMDQ_CMDSINPAGE) &&
1622 cmdcnt++;
1626 cmdq->count += cmdcnt; /* SLIC_CMDQ_CMDSINPAGE; mooktodo */
1631 cmdq->count += cmdcnt; /* SLIC_CMDQ_CMDSINPAGE; mooktodo */

Completed in 184 milliseconds