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

/linux-master/drivers/input/serio/
H A Dlibps2.c167 ps2dev->cmdcnt = maxbytes;
239 ps2dev->flags = ps2dev->cmdcnt = 0;
288 ps2dev->cmdcnt = receive;
346 if (ps2dev->cmdcnt && !(ps2dev->flags & PS2_FLAG_CMD1)) {
361 if (ps2dev->cmdcnt &&
362 (command != PS2_CMD_RESET_BAT || ps2dev->cmdcnt != 1)) {
481 if (ps2dev->cmdcnt)
482 ps2dev->cmdbuf[--ps2dev->cmdcnt] = data;
486 if (ps2dev->cmdcnt)
490 if (!ps2dev->cmdcnt) {
[all...]
/linux-master/include/linux/
H A Dlibps2.h41 * @cmdcnt: outstanding number of bytes of the command response
54 u8 cmdcnt; member in struct:ps2dev
/linux-master/sound/pci/riptide/
H A Driptide.c385 unsigned int cmdcnt; /* cmd statistics */ member in struct:cmdif
895 cif->cmdcnt++; /* update command statistics */
901 if ((cif->cmdcnt) % 1000 == 0)
904 cif->cmdcnt, cif->cmdtime, cif->cmdtimemin,
913 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport),
1244 cif->cmdcnt = 0;
1892 cif->cmdcnt, cif->errcnt,
/linux-master/drivers/scsi/esas2r/
H A Desas2r_flash.c850 u8 cmdcnt = (u8)ARRAY_SIZE(cmd_to_fls_func); local
863 if (fsc->command >= cmdcnt) {

Completed in 140 milliseconds