Searched refs:PS2_FLAG_ACK (Results 1 – 1 of 1) sorted by relevance
37 #define PS2_FLAG_ACK BIT(0) /* Waiting for ACK/NAK */ macro55 ps2dev->flags |= PS2_FLAG_ACK; in ps2_do_sendbyte()65 !(ps2dev->flags & PS2_FLAG_ACK), in ps2_do_sendbyte()71 ps2dev->flags &= ~PS2_FLAG_ACK; in ps2_do_sendbyte()560 ps2dev->flags &= ~PS2_FLAG_ACK; in ps2_handle_ack()579 if (old_flags & PS2_FLAG_ACK) in ps2_cleanup()582 if (old_flags & (PS2_FLAG_ACK | PS2_FLAG_CMD)) in ps2_cleanup()611 if (ps2dev->flags & PS2_FLAG_ACK) in ps2_interrupt()