Searched refs:PS2_FLAG_ACK (Results 1 – 1 of 1) sorted by relevance
36 #define PS2_FLAG_ACK BIT(0) /* Waiting for ACK/NAK */ macro 54 ps2dev->flags |= PS2_FLAG_ACK; in ps2_do_sendbyte() 64 !(ps2dev->flags & PS2_FLAG_ACK), in ps2_do_sendbyte() 70 ps2dev->flags &= ~PS2_FLAG_ACK; in ps2_do_sendbyte() 559 ps2dev->flags &= ~PS2_FLAG_ACK; in ps2_handle_ack() 578 if (old_flags & PS2_FLAG_ACK) in ps2_cleanup() 581 if (old_flags & (PS2_FLAG_ACK | PS2_FLAG_CMD)) in ps2_cleanup() 610 if (ps2dev->flags & PS2_FLAG_ACK) in ps2_interrupt()