Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
A Dlibps2.c249 ps2dev->flags = command == PS2_CMD_GETID ? PS2_FLAG_WAITID : 0; in __ps2_command()
417 if (ps2dev->flags & PS2_FLAG_WAITID) { in ps2_handle_ack()
434 ps2dev->flags &= ~PS2_FLAG_WAITID; in ps2_handle_ack()
/linux/include/linux/
A Dlibps2.h29 #define PS2_FLAG_WAITID BIT(3) /* Command executing is GET ID */ macro

Completed in 3 milliseconds