Searched refs:LK_LOCK (Results 1 – 2 of 2) sorted by relevance
364 shift_state ^= LK_LOCK; in lk201_kbd_rx_char()365 handle_scancode(c, (shift_state & LK_LOCK) ? 1 : 0); in lk201_kbd_rx_char()386 if (shift_state & LK_LOCK) in lk201_kbd_rx_char()
99 #define LK_LOCK 1<<2 macro