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

12

/linux-master/arch/m68k/amiga/
H A Dconfig.c29 #include <linux/keyboard.h>
846 * The Amiga keyboard driver needs key_maps, but we cannot export it in
/linux-master/drivers/input/keyboard/
H A Dapplespi.c3 * MacBook (Pro) SPI keyboard and touchpad driver
10 * The keyboard and touchpad controller on the MacBookAir6, MacBookPro12,
106 MODULE_PARM_DESC(iso_layout, "Enable/Disable hardcoded ISO-layout of the keyboard. ([0] = disabled, 1 = enabled)");
114 * struct keyboard_protocol - keyboard message.
253 * struct command_protocol_bl - set keyboard backlight brightness
291 * @keyboard: Keyboard message
307 struct keyboard_protocol keyboard; member in union:message::__anon563
332 * @device: 1 = keyboard, 2 = touchpad
1513 applespi_handle_keyboard_event(applespi, &message->keyboard);
1707 /* setup the keyboard inpu
[all...]
/linux-master/drivers/parisc/
H A Dpdc_stable.c495 static PDCSPATH_ENTRY(PDCS_ADDR_PKBD, keyboard);
/linux-master/drivers/tty/vt/
H A Dkeyboard.c17 * Modified to provide 'generic' keyboard support by Hamish Macdonald
18 * Merge with the m68k keyboard driver and split-off of the PC low-level
141 static DECLARE_BITMAP(key_down, KEY_CNT); /* keyboard key bitmap */
159 * Notifier list for console keyboard events
177 * keyboard in the list that accepts the scancode and keycode.
178 * Explanation for not choosing the first attached keyboard anymore:
288 * Setting the keyboard rate.
419 * When VT is switched, the keyboard led needs to be set once.
421 * keyboard LED is consistent with the state of the keyboard loc
[all...]
/linux-master/drivers/hid/
H A Dwacom_wac.c524 bool wrench = false, keyboard = false, mute_touch = false, menu = false, local
555 keyboard = !!(data[4] & 0xE0);
571 keyboard = !!(data[2] & 0x02);
649 input_report_key(input, KEY_ONSCREEN_KEYBOARD, keyboard);
/linux-master/drivers/platform/x86/
H A Dasus-wmi.c941 u32 flags, cmd, boot, awake, sleep, keyboard; local
944 if (sscanf(buf, "%d %d %d %d %d", &cmd, &boot, &awake, &sleep, &keyboard) != 5)
957 if (keyboard)
974 return sysfs_emit(buf, "%s\n", "cmd boot awake sleep keyboard");
1422 /* Prevent disabling keyboard backlight on module unregister */
/linux-master/drivers/accessibility/speakup/
H A Dmain.c22 #include <linux/keyboard.h> /* for KT_SHIFT */
1055 /* these are stub functions to keep keyboard.c happy. */

Completed in 271 milliseconds

12