Searched refs:cmdcnt (Results 1 – 4 of 4) sorted by relevance
133 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 …]
44 u8 cmdcnt; member
386 unsigned int cmdcnt; /* cmd statistics */ member898 cif->cmdcnt++; /* update command statistics */ in sendcmd()904 if ((cif->cmdcnt) % 1000 == 0) in sendcmd()907 cif->cmdcnt, cif->cmdtime, cif->cmdtimemin, in sendcmd()916 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport), in sendcmd()1246 cif->cmdcnt = 0; in riptide_reset()1921 cif->cmdcnt, cif->errcnt, in snd_riptide_proc_read()
850 u8 cmdcnt = (u8)ARRAY_SIZE(cmd_to_fls_func); in esas2r_process_fs_ioctl() local863 if (fsc->command >= cmdcnt) { in esas2r_process_fs_ioctl()