Home
last modified time | relevance | path

Searched refs:PS2_CMD_RESET_BAT (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/input/serio/
Dlibps2.c131 case PS2_CMD_RESET_BAT: in ps2_adjust_timeout()
215 command == PS2_CMD_RESET_BAT ? 1000 : 200)) in __ps2_command()
225 timeout = msecs_to_jiffies(command == PS2_CMD_RESET_BAT ? 4000 : 500); in __ps2_command()
241 if (ps2dev->cmdcnt && (command != PS2_CMD_RESET_BAT || ps2dev->cmdcnt != 1)) in __ps2_command()
/linux-4.1.27/include/linux/
Dlibps2.h15 #define PS2_CMD_RESET_BAT 0x02ff macro