Lines Matching full:enter
31 * Some parts (Enter Release, LED change) are still blocking polled here,
194 * Best effort cleanup of ENTER break codes on leaving KDB. Called on
195 * exiting KDB, when we know we processed an ENTER or KP ENTER scan
204 * ENTER was never pressed, or has already in kdb_kbd_cleanup_state()
212 * Enter key. Need to absorb the break code here, lest it gets in kdb_kbd_cleanup_state()
216 * + Need to handle KP ENTER, which has break code 0xe0 0x9c. in kdb_kbd_cleanup_state()
217 * + Need to handle repeat ENTER and repeat KP ENTER. Repeats in kdb_kbd_cleanup_state()
243 * ENTER, or a repeat make for KP ENTER. Either way, in kdb_kbd_cleanup_state()
244 * since the second byte is equivalent to an ENTER, in kdb_kbd_cleanup_state()
247 * If we see 0x1c, this must be a repeat ENTER or KP in kdb_kbd_cleanup_state()
248 * ENTER (and we swallowed 0xe0 before). Try again. in kdb_kbd_cleanup_state()
251 * mashed before or after pressing ENTER. Thus, if we in kdb_kbd_cleanup_state()
254 * Note, if you held some key as ENTER was depressed, in kdb_kbd_cleanup_state()