Home
last modified time | relevance | path

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

/openbmc/linux/kernel/debug/kdb/
H A Dkdb_keyboard.c40 static int shift_key; /* Shift next keypress */ in kdb_get_kbd_char() local
78 shift_key = 1; in kdb_get_kbd_char()
80 shift_key = 0; 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()