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

12

/linux-master/include/linux/
H A Dkeyboard.h5 #include <uapi/linux/keyboard.h>
12 struct vc_data *vc; /* VC on which the keyboard press was done */
H A Dkbd_kern.h7 #include <linux/keyboard.h>
56 #define VC_REPEAT 2 /* keyboard repeat */
126 /* keyboard.c */
/linux-master/drivers/platform/chrome/wilco_ec/
H A Dkeyboard_leds.c23 struct led_classdev keyboard; member in struct:wilco_keyboard_leds
33 * struct wilco_keyboard_leds_msg - Message to/from EC for keyboard LED control.
72 "Failed sending keyboard LEDs command: %d\n", ret);
97 "EC reported failure sending keyboard LEDs command: %d\n",
125 * kbbl_init() - Initialize the state of the keyboard backlight.
132 * Return: Final brightness of the keyboard, or negative error code on failure.
150 "EC reported failure sending keyboard LEDs command: %d\n",
169 container_of(cdev, struct wilco_keyboard_leds, keyboard);
182 "Failed checking keyboard LEDs support: %d\n", ret);
193 wkl->keyboard
[all...]
/linux-master/drivers/s390/char/
H A Dkeyboard.h11 #include <linux/keyboard.h>
H A DMakefile20 obj-y += ctrlchar.o keyboard.o defkeymap.o sclp.o sclp_rw.o sclp_quiesce.o \
H A Ddefkeymap.c7 #include <linux/keyboard.h>
12 #include "keyboard.h"
/linux-master/drivers/tty/vt/
H A DMakefile8 selection.o keyboard.o \
/linux-master/drivers/input/
H A DMakefile23 obj-$(CONFIG_INPUT_KEYBOARD) += keyboard/
/linux-master/drivers/misc/ibmasm/
H A Dremote.c11 /* Remote mouse and keyboard event handling functions */
136 input->data.keyboard.key_code,
137 input->data.keyboard.key_code,
138 input->data.keyboard.key_flag,
139 input->data.keyboard.key_down
160 unsigned short code = input->data.keyboard.key_code;
166 input_report_key(dev, key, input->data.keyboard.key_down);
229 keybd_dev->name = "ibmasm RSA I remote keyboard";
H A Dremote.h66 struct keyboard_input keyboard; member in union:remote_input::__anon186
/linux-master/drivers/input/serio/
H A DMakefile32 obj-$(CONFIG_HYPERV_KEYBOARD) += hyperv-keyboard.o
/linux-master/drivers/input/keyboard/
H A Dapplespi_trace.h3 * MacBook (Pro) SPI keyboard and touchpad driver
91 #define TRACE_INCLUDE_PATH ../../drivers/input/keyboard
H A DMakefile54 obj-$(CONFIG_KEYBOARD_PINEPHONE) += pinephone-keyboard.o
63 obj-$(CONFIG_KEYBOARD_SPEAR) += spear-keyboard.o
H A Damikbd.c10 * Amiga keyboard driver for Linux/m68k
18 #include <linux/keyboard.h>
26 MODULE_DESCRIPTION("Amiga keyboard driver");
157 [1] = KERN_WARNING "amikbd: keyboard lost sync\n",
158 [2] = KERN_WARNING "amikbd: keyboard buffer overflow\n",
159 [3] = KERN_WARNING "amikbd: keyboard controller failure\n",
160 [4] = KERN_ERR "amikbd: keyboard selftest failure\n",
163 [7] = KERN_WARNING "amikbd: keyboard interrupt\n"
171 scancode = ~ciaa.sdr; /* get and invert scancode (keyboard is active low) */
236 .name = "amiga-keyboard",
[all...]
H A Dspear-keyboard.c26 #include <linux/platform_data/keyboard-spear.h>
114 /* keyboard rate to be programmed is input clock (in MHz) - 1 */
118 /* program keyboard */
230 input_dev->phys = "keyboard/input0";
252 "keyboard", kbd);
264 dev_err(&pdev->dev, "Unable to register keyboard device\n");
302 * reprogram the keyboard operating frequency as on some
378 .name = "keyboard",
/linux-master/kernel/debug/kdb/
H A Dkdb_keyboard.c12 #include <linux/keyboard.h>
32 * Check if the keyboard controller has a keypress for us.
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_keyboard.py14 logger = logging.getLogger("hidtools.test.keyboard")
52 keyboard = KeyboardData()
55 setattr(keyboard, key, value)
56 return keyboard
70 keyboard = self._create_report_data()
71 return self.create_report(keyboard, reportID=reportID, application=application)
169 data.keyboard = array
/linux-master/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S133 ands r10, r13, #KEYBRD_CLK_MASK @ extract keyboard status - set?
143 @ Process keyboard data
170 ands r8, r8, #KEYBRD_DATA_MASK @ is keyboard data line low?
/linux-master/samples/uhid/
H A Duhid-example.c27 * Additionally to 3 button mouse, 3 keyboard LEDs are also supported (LED_NUML,
28 * LED_CAPSL and LED_SCROLLL). The device doesn't generate any related keyboard
53 * We emulate a basic 3 button mouse with wheel and 3 keyboard LEDs. This is
301 static int keyboard(int fd) function
451 ret = keyboard(fd);
/linux-master/drivers/hid/
H A Dhid-logitech-dj.c141 struct hid_device *keyboard; member in struct:dj_receiver_dev
540 * to hid report id 0x01, this is standard keyboard. Same thing applies to mice
547 [1] = 8, /* Standard keyboard */
585 * USB-devices for the keyboard and mouse interfaces.
596 if (djrcv_dev->keyboard &&
597 hid_compare_device_paths(hdev, djrcv_dev->keyboard, sep)) {
628 if (djrcv_dev->keyboard == hdev)
629 djrcv_dev->keyboard = NULL;
669 djrcv_dev->keyboard = hdev;
923 * created for the keyboard (instea
[all...]
/linux-master/drivers/accessibility/speakup/
H A Dkeyhelp.c10 #include <linux/keyboard.h>
/linux-master/drivers/accessibility/braille/
H A Dbraille_console.c21 #include <linux/keyboard.h>
139 * Link to keyboard
/linux-master/arch/m68k/atari/
H A Datakeyb.c22 #include <linux/keyboard.h>
39 /* Hook for keyboard inputdev driver */
71 * way, applications that allow their own keyboard mappings
117 /* ++roman: If a keyboard overrun happened, we can't tell in general how much
127 * it's really hard to decide whether they're mouse or keyboard bytes. Since
129 * mouse bytes here. If this is wrong, only a make code of the keyboard gets
131 * because then the keyboard repeat strikes...
218 * code, but nevertheless some AT keyboard interfaces send
302 pr_err("Error in keyboard communication\n");
312 * I write to the keyboard withou
[all...]
/linux-master/tools/testing/selftests/hid/
H A DMakefile12 TEST_PROGS += hid-keyboard.sh
/linux-master/drivers/input/touchscreen/
H A Dbcm_iproc_tsc.c11 #include <linux/keyboard.h>

Completed in 215 milliseconds

12