Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dlibps2.h26 #define PS2_FLAG_WAITID 8 /* Command execiting is GET ID */ macro
/linux-4.4.14/drivers/input/serio/
Dlibps2.c202 ps2dev->flags = command == PS2_CMD_GETID ? PS2_FLAG_WAITID : 0; in __ps2_command()
317 if (ps2dev->flags & PS2_FLAG_WAITID) { in ps2_handle_ack()