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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/kdb/
H A Dkdb_keyboard.c37 static int shift_lock; /* CAPS LOCK state (0-off, 1-on) */ local
106 shift_lock ^= 1;
154 if (!shift_lock && !shift_key && !ctrl_key) {
156 } else if ((shift_lock || shift_key) && key_maps[1]) {

Completed in 103 milliseconds