Searched refs:keyboard (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh/
H A Dkeyboard.h4 * $Id: keyboard.h,v 1.1.1.1 2007/08/03 18:53:34 Exp $
11 #include <asm/mpc1211/keyboard-mpc1211.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/char/
H A Dkeyboard.h2 * drivers/s390/char/keyboard.h
11 #include <linux/keyboard.h>
H A DMakefile5 obj-y += ctrlchar.o keyboard.o defkeymap.o sclp.o sclp_rw.o sclp_quiesce.o \
H A Ddefkeymap.c6 #include <linux/keyboard.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/
H A DMakefile19 obj-$(CONFIG_INPUT_KEYBOARD) += keyboard/
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/au1000/xxs1500/
H A Dboard_setup.c36 #include <asm/keyboard.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/misc/ibmasm/
H A Dremote.c25 /* Remote mouse and keyboard event handling functions */
137 static char remote_keybd_name[] = "ibmasm RSA I remote keyboard";
153 input->data.keyboard.key_code,
154 input->data.keyboard.key_code,
155 input->data.keyboard.key_flag,
156 input->data.keyboard.key_down
177 unsigned short code = input->data.keyboard.key_code;
183 input_report_key(dev, key, (input->data.keyboard.key_down) ? 1 : 0);
H A Dremote.h79 struct keyboard_input keyboard; member in union:remote_input::__anon5079
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dkbd_kern.h6 #include <linux/keyboard.h>
53 #define VC_REPEAT 2 /* keyboard repeat */
131 /* keyboard.c */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/keyboard/
H A Damikbd.c11 * Amiga keyboard driver for Linux/m68k
39 #include <linux/keyboard.h>
46 MODULE_DESCRIPTION("Amiga keyboard driver");
150 [1] = KERN_WARNING "amikbd: keyboard lost sync\n",
151 [2] = KERN_WARNING "amikbd: keyboard buffer overflow\n",
152 [3] = KERN_WARNING "amikbd: keyboard controller failure\n",
153 [4] = KERN_ERR "amikbd: keyboard selftest failure\n",
156 [7] = KERN_WARNING "amikbd: keyboard interrupt\n"
165 scancode = ~ciaa.sdr; /* get and invert scancode (keyboard is active low) */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/boot/lib/
H A Dkbd.c1 #include <linux/keyboard.h>
159 /* Enable interrupts and keyboard controller */
213 /* We have to actually read the keyboard when CRT_tstc is called,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S387 # Set the keyboard repeat rate to the max
680 # This routine checks that the keyboard command queue is empty
683 # Some machines have delusions that the keyboard buffer is always full
684 # with no keyboard attached...
686 # If there is no keyboard controller, we will usually get 0xff
690 # and should also be plenty of time for a real keyboard controller
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dkeyboard.c2 * linux/drivers/char/keyboard.c
18 * Modified to provide 'generic' keyboard support by Hamish Macdonald
19 * Merge with the m68k keyboard driver and split-off of the PC low-level
129 static unsigned long key_down[NBITS(KEY_MAX)]; /* keyboard key bitmap */
163 * keyboard in the list that accepts the scancode and keycode.
164 * Explanation for not choosing the first attached keyboard anymore:
245 * Setting the keyboard rate.
604 printk(KERN_ERR "keyboard.c: k_lowercase was called - impossible\n");
874 printk("keyboard mode must be unicode for braille patterns\n");
958 * This routine is the bottom half of the keyboard interrup
[all...]
H A DMakefile18 consolemap_deftbl.o selection.o keyboard.o
H A Dec3104_keyb.c9 * See keyboard.c for the whole history.
13 * Combined the keyboard and PS/2 mouse handling into one file,
46 #include <asm/keyboard.h>
335 case 0x88: /* keyboard */
448 request_irq(EC3104_IRQ_SER4, ec3104_keyb_interrupt, 0, "keyboard", NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/tc/
H A Dlk201.c21 #include <asm/keyboard.h>
31 * have no keyboard interface at all.
72 * This is used during keyboard initialisation
124 char *report = "lk201: keyboard attached, ";
131 /* The keyboard will resend the power-up ID
169 "lk201: unknown keyboard detected, ID %d\n", id[4]);
316 printk(KERN_ERR "lk201: keyboard receive error: 0x%02x\n", fl);
336 printk(KERN_ERR "lk201: keyboard power-up "
421 printk(KERN_INFO "lk201: DECstation LK keyboard driver v0.05.\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/atari/
H A Datakeyb.c20 #include <linux/keyboard.h>
41 /* Hook for keyboard inputdev driver */
71 * way, applications that allow their own keyboard mappings
150 /* Disable keyboard for the time we call handle_scancode(), else a race
151 * in the keyboard tty queue may happen */
155 /* A keyboard int may have come in before we disabled the irq, so
171 /* ++roman: If a keyboard overrun happened, we can't tell in general how much
181 * it's really hard to decide whether they're mouse or keyboard bytes. Since
183 * mouse bytes here. If this is wrong, only a make code of the keyboard gets
185 * because then the keyboard repea
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acorn/char/
H A Ddefkeymap-l7200.c4 * Default keyboard maps for LinkUp Systems L7200 board
13 #include <linux/keyboard.h>
104 * style keyboard:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parisc/
H A Dpdc_stable.c479 static PDCSPATH_ENTRY(PDCS_ADDR_PKBD, keyboard);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A D68328serial.c33 #include <linux/keyboard.h>
245 * from keyboard/console input.
293 /* It is a 'keyboard interrupt' ;-) */

Completed in 192 milliseconds