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