Home
last modified time | relevance | path

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

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