Home
last modified time | relevance | path

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

/openbmc/linux/kernel/debug/kdb/
H A Dkdb_keyboard.c39 static int shift_lock; /* CAPS LOCK state (0-off, 1-on) */ in kdb_get_kbd_char() local
111 shift_lock ^= 1; in kdb_get_kbd_char()
159 if (!shift_lock && !shift_key && !ctrl_key) { in kdb_get_kbd_char()
161 } else if ((shift_lock || shift_key) && key_maps[1]) { in kdb_get_kbd_char()