Searched refs:cmdcnt (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/serio/ |
H A D | libps2.c | 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...] |
/kernel/linux/linux-6.6/drivers/input/serio/ |
H A D | libps2.c | 167 ps2dev->cmdcnt = maxbytes; in ps2_drain() 239 ps2dev->flags = ps2dev->cmdcnt = 0; in ps2_adjust_timeout() 288 ps2dev->cmdcnt = receive; in __ps2_command() 346 if (ps2dev->cmdcnt && !(ps2dev->flags & PS2_FLAG_CMD1)) { in __ps2_command() 361 if (ps2dev->cmdcnt && in __ps2_command() 362 (command != PS2_CMD_RESET_BAT || ps2dev->cmdcnt != 1)) { in __ps2_command() 481 if (ps2dev->cmdcnt) in ps2_handle_response() 482 ps2dev->cmdbuf[--ps2dev->cmdcnt] = data; in ps2_handle_response() 486 if (ps2dev->cmdcnt) in ps2_handle_response() 490 if (!ps2dev->cmdcnt) { in ps2_handle_response() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | libps2.h | 41 * @cmdcnt: outstanding number of bytes of the command response 54 u8 cmdcnt; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | libps2.h | 44 u8 cmdcnt; member
|
/kernel/linux/linux-5.10/sound/pci/riptide/ |
H A D | riptide.c | 386 unsigned int cmdcnt; /* cmd statistics */ member 898 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()
|
/kernel/linux/linux-6.6/sound/pci/riptide/ |
H A D | riptide.c | 385 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()
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_flash.c | 850 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()
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r_flash.c | 850 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 13 milliseconds