Home
last modified time | relevance | path

Searched refs:PS2_FLAG_WAITID (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/serio/
H A Dlibps2.c249 ps2dev->flags = command == PS2_CMD_GETID ? PS2_FLAG_WAITID : 0; in __ps2_command()
417 if (ps2dev->flags & PS2_FLAG_WAITID) { in ps2_handle_ack()
428 * Note that we reset PS2_FLAG_WAITID flag, so the workaround in ps2_handle_ack()
434 ps2dev->flags &= ~PS2_FLAG_WAITID; in ps2_handle_ack()
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dlibps2.c39 #define PS2_FLAG_WAITID BIT(3) /* Command executing is GET ID */ macro
296 ps2dev->flags = PS2_FLAG_WAITID; in __ps2_command()
528 if (ps2dev->flags & PS2_FLAG_WAITID) { in ps2_handle_ack()
542 * Note that we reset PS2_FLAG_WAITID flag, so the workaround in ps2_handle_ack()
550 ps2dev->flags &= ~(PS2_FLAG_WAITID | PS2_FLAG_PASS_NOACK); in ps2_handle_ack()
/kernel/linux/linux-5.10/include/linux/
H A Dlibps2.h29 #define PS2_FLAG_WAITID BIT(3) /* Command executing is GET ID */ macro

Completed in 2 milliseconds