Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/input/serio/
Dlibps2.c28 #define PS2_CMD_RESET_BAT 0x02ff macro
207 case PS2_CMD_RESET_BAT: in ps2_adjust_timeout()
323 timeout = command == PS2_CMD_RESET_BAT ? 1000 : 200; in __ps2_command()
341 timeout = msecs_to_jiffies(command == PS2_CMD_RESET_BAT ? 4000 : 500); in __ps2_command()
362 (command != PS2_CMD_RESET_BAT || ps2dev->cmdcnt != 1)) { in __ps2_command()