Searched refs:PS2_FLAG_WAITID (Results 1 – 2 of 2) sorted by relevance
26 #define PS2_FLAG_WAITID 8 /* Command execiting is GET ID */ macro
202 ps2dev->flags = command == PS2_CMD_GETID ? PS2_FLAG_WAITID : 0; in __ps2_command()311 if (ps2dev->flags & PS2_FLAG_WAITID) { in ps2_handle_ack()