Lines Matching full:keyboard

3  * AT and PS/2 keyboard driver
27 #define DRIVER_DESC "AT and PS/2 keyboard driver"
35 MODULE_PARM_DESC(set, "Select keyboard code set (2 = default, 3 = PS/2 native)");
43 MODULE_PARM_DESC(reset, "Reset keyboard during initialization");
47 MODULE_PARM_DESC(softrepeat, "Use software keyboard repeat");
63 MODULE_PARM_DESC(terminal, "Enable break codes on an IBM Terminal keyboard connected via AT/PS2");
80 #include "hpps2atkbd.h" /* include the keyboard scancodes */
396 * Tries to handle frame or parity error by requesting the keyboard controller
488 dev_dbg(&serio->dev, "Keyboard on %s reports too many keys pressed.\n", in atkbd_receive_byte()
654 * otherwise keyboard may become unresponsive.
727 * Enable the keyboard to receive keystrokes. in atkbd_activate()
732 "Failed to enable keyboard on %s\n", in atkbd_activate()
741 * atkbd_deactivate() resets and disables the keyboard from sending
751 "Failed to deactivate keyboard on %s\n", in atkbd_deactivate()
778 * not work. So in this case simply assume a keyboard is connected to avoid
781 * Skipping ATKBD_CMD_GETID ends up using a fake keyboard id. Using the standard
794 * atkbd_probe() probes for an AT keyboard on a serio port.
804 * controller may confuse the keyboard need a full reset of the keyboard. On in atkbd_probe()
811 "keyboard reset failed on %s\n", in atkbd_probe()
820 * Then we check the keyboard ID. We should get 0xab83 under normal conditions. in atkbd_probe()
830 * the LEDs on the keyboard. This should work on every keyboard out there. in atkbd_probe()
853 * Make sure nothing is coming from the keyboard and disturbs our in atkbd_probe()
863 * atkbd_select_set checks if a keyboard has a working Set 3 support, and
954 * atkbd_cleanup() restores the keyboard state so that BIOS is happy after a
1106 * atkbd_set_keycode_table() initializes keyboard's keycode table
1163 * atkbd_set_device_attrs() sets up keyboard's input device structure
1173 "AT Set 2 Extra keyboard"); in atkbd_set_device_attrs()
1176 "AT %s Set %d keyboard", in atkbd_set_device_attrs()
1255 * there is an AT keyboard out there and if yes, we register ourselves
1337 * atkbd_reconnect() tries to restore keyboard into a sane state and is
1368 * keyboard was unplugged and plugged in again so we need in atkbd_reconnect()