Lines Matching +full:keyboard +full:- +full:controller
7 * Copyright (c) 1999-2006 Silicon Graphics, Inc. All Rights Reserved.
12 #include <linux/keyboard.h>
17 /* Keyboard Controller Registers on normal PCs. */
20 #define KBD_DATA_REG 0x60 /* Keyboard data register (R/W) */
24 #define KBD_STAT_OBF 0x01 /* Keyboard output buffer full */
31 * Check if the keyboard controller has a keypress for us.
38 static int shift_lock; /* CAPS LOCK state (0-off, 1-on) */ in kdb_get_kbd_char()
46 return -1; in kdb_get_kbd_char()
51 return -1; in kdb_get_kbd_char()
63 return -1; in kdb_get_kbd_char()
80 return -1; in kdb_get_kbd_char()
91 return -1; in kdb_get_kbd_char()
97 return -1; in kdb_get_kbd_char()
115 return -1; in kdb_get_kbd_char()
146 return -1; in kdb_get_kbd_char()
151 * - Masahiro Adegawa in kdb_get_kbd_char()
182 return -1; /* ignore unprintables */ in kdb_get_kbd_char()