Lines Matching full:keyboard
8 /* i8042.c - Intel 8042 keyboard driver routines */
15 #include <keyboard.h>
75 * check_leds() - Check the keyboard LEDs and update them it needed
131 /* keyboard reset */ in kbd_reset()
155 /* enable keyboard */ in kbd_reset()
162 debug("%s: Keyboard failure\n", __func__); in kbd_reset()
188 * The delay is to give the keyboard controller some time in i8042_flush()
211 /* Disable keyboard */ in i8042_disable()
260 /* i8042_kbd_init - reset keyboard and init state flags */
271 debug("i8042 keyboard controller is not present\n"); in i8042_start()
275 /* Init keyboard device (default US layout) */ in i8042_start()
299 * Set up the i8042 keyboard. This is called by the stdio device handler
301 * We want to do this init when the keyboard is actually used rather than
302 * at start-up, since keyboard input may not currently be selected.
304 * Once the keyboard starts there will be a period during which we must
305 * wait for the keyboard to init. We do this only when a key is first
343 { .compatible = "intel,i8042-keyboard" },