Searched refs:shift_lock (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 145 milliseconds