Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
A Dlibps2.c133 ps2dev->cmdcnt = maxbytes; in ps2_drain()
206 ps2dev->flags = ps2dev->cmdcnt = 0; in ps2_adjust_timeout()
250 ps2dev->cmdcnt = receive; in __ps2_command()
288 if (ps2dev->cmdcnt && !(ps2dev->flags & PS2_FLAG_CMD1)) { in __ps2_command()
301 if (ps2dev->cmdcnt && in __ps2_command()
302 (command != PS2_CMD_RESET_BAT || ps2dev->cmdcnt != 1)) { in __ps2_command()
440 if (ps2dev->cmdcnt) in ps2_handle_ack()
462 if (ps2dev->cmdcnt) in ps2_handle_response()
463 ps2dev->cmdbuf[--ps2dev->cmdcnt] = data; in ps2_handle_response()
467 if (ps2dev->cmdcnt) in ps2_handle_response()
[all …]
/linux/include/linux/
A Dlibps2.h44 u8 cmdcnt; member
/linux/sound/pci/riptide/
A Driptide.c385 unsigned int cmdcnt; /* cmd statistics */ member
897 cif->cmdcnt++; /* update command statistics */ in sendcmd()
903 if ((cif->cmdcnt) % 1000 == 0) in sendcmd()
906 cif->cmdcnt, cif->cmdtime, cif->cmdtimemin, in sendcmd()
915 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport), in sendcmd()
1251 cif->cmdcnt = 0; in riptide_reset()
1899 cif->cmdcnt, cif->errcnt, in snd_riptide_proc_read()
/linux/drivers/scsi/esas2r/
A Desas2r_flash.c850 u8 cmdcnt = (u8)ARRAY_SIZE(cmd_to_fls_func); in esas2r_process_fs_ioctl() local
863 if (fsc->command >= cmdcnt) { in esas2r_process_fs_ioctl()

Completed in 15 milliseconds