Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/serio/
Dlibps2.c91 ps2dev->cmdcnt = maxbytes; in ps2_drain()
163 ps2dev->flags = ps2dev->cmdcnt = 0; in ps2_adjust_timeout()
203 ps2dev->cmdcnt = receive; in __ps2_command()
235 if (ps2dev->cmdcnt && !(ps2dev->flags & PS2_FLAG_CMD1)) { in __ps2_command()
248 if (ps2dev->cmdcnt && (command != PS2_CMD_RESET_BAT || ps2dev->cmdcnt != 1)) in __ps2_command()
329 if (ps2dev->cmdcnt) in ps2_handle_ack()
351 if (ps2dev->cmdcnt) in ps2_handle_response()
352 ps2dev->cmdbuf[--ps2dev->cmdcnt] = data; in ps2_handle_response()
356 if (ps2dev->cmdcnt) in ps2_handle_response()
360 if (!ps2dev->cmdcnt) { in ps2_handle_response()
/linux-4.4.14/include/linux/
Dlibps2.h40 unsigned char cmdcnt; member
/linux-4.4.14/sound/pci/riptide/
Driptide.c400 unsigned int cmdcnt; /* cmd statistics */ member
913 cif->cmdcnt++; /* update command statistics */ in sendcmd()
919 if ((cif->cmdcnt) % 1000 == 0) in sendcmd()
922 cif->cmdcnt, cif->cmdtime, cif->cmdtimemin, in sendcmd()
931 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport), in sendcmd()
1260 cif->cmdcnt = 0; in riptide_reset()
1939 cif->cmdcnt, cif->errcnt, in snd_riptide_proc_read()
/linux-4.4.14/drivers/staging/slicoss/
Dslicoss.c1328 int cmdcnt; in slic_cmdq_addcmdpage() local
1338 cmdcnt = 0; in slic_cmdq_addcmdpage()
1346 while ((cmdcnt < SLIC_CMDQ_CMDSINPAGE) && in slic_cmdq_addcmdpage()
1371 cmdcnt++; in slic_cmdq_addcmdpage()
1375 cmdq->count += cmdcnt; /* SLIC_CMDQ_CMDSINPAGE; mooktodo */ in slic_cmdq_addcmdpage()
1380 cmdq->count += cmdcnt; /* SLIC_CMDQ_CMDSINPAGE; mooktodo */ in slic_cmdq_addcmdpage()
/linux-4.4.14/drivers/scsi/esas2r/
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()