Home
last modified time | relevance | path

Searched refs:PS2_FLAG_ACK (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/input/serio/
H A Dlibps2.c36 #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()
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()