Lines Matching +full:keyboard +full:- +full:controller
7 * Copyright (c) 1999-2006 Silicon Graphics, Inc. All Rights Reserved.
12 #include <linux/keyboard.h>
18 /* Keyboard Controller Registers on normal PCs. */
21 #define KBD_DATA_REG 0x60 /* Keyboard data register (R/W) */
25 #define KBD_STAT_OBF 0x01 /* Keyboard output buffer full */
32 * Check if the keyboard controller has a keypress for us.
39 static int shift_lock; /* CAPS LOCK state (0-off, 1-on) */ in kdb_get_kbd_char()
47 return -1; in kdb_get_kbd_char()
52 return -1; in kdb_get_kbd_char()
64 return -1; in kdb_get_kbd_char()
81 return -1; in kdb_get_kbd_char()
92 return -1; in kdb_get_kbd_char()
98 return -1; in kdb_get_kbd_char()
116 return -1; in kdb_get_kbd_char()
147 return -1; in kdb_get_kbd_char()
152 * - Masahiro Adegawa in kdb_get_kbd_char()
183 return -1; /* ignore unprintables */ in kdb_get_kbd_char()