Searched refs:PS2_FLAG_ACK (Results 1 – 1 of 1) sorted by relevance
36 #define PS2_FLAG_ACK BIT(0) /* Waiting for ACK/NAK */ macro54 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()557 ps2dev->flags &= ~PS2_FLAG_ACK; in ps2_handle_ack()576 if (old_flags & PS2_FLAG_ACK) in ps2_cleanup()579 if (old_flags & (PS2_FLAG_ACK | PS2_FLAG_CMD)) in ps2_cleanup()608 if (ps2dev->flags & PS2_FLAG_ACK) in ps2_interrupt()