Searched refs:PS2_FLAG_WAITID (Results 1 – 1 of 1) sorted by relevance
39 #define PS2_FLAG_WAITID BIT(3) /* Command executing is GET ID */ macro 298 ps2dev->flags = PS2_FLAG_WAITID; in __ps2_command() 530 if (ps2dev->flags & PS2_FLAG_WAITID) { in ps2_handle_ack() 544 * Note that we reset PS2_FLAG_WAITID flag, so the workaround in ps2_handle_ack() 552 ps2dev->flags &= ~(PS2_FLAG_WAITID | PS2_FLAG_PASS_NOACK); in ps2_handle_ack()