Home
last modified time | relevance | path

Searched full:keyboard (Results 1 – 25 of 1095) sorted by relevance

12345678910>>...44

/OK3568_Linux_fs/debian/scripts/rkstage0/02-sys-tweaks/
H A D00-debconf11 # Choices: The default for the keyboard layout, No AltGr key, Right Alt (AltGr), Right Control, Rig…
12 keyboard-configuration keyboard-configuration/altgr select The default for the keyboard layout
13 # Keyboard model:
14Keyboard (ANSI), Apple Aluminium Keyboard (ISO), Apple Aluminium Keyboard (JIS), Apple Laptop, Asu…
15 keyboard-configuration keyboard-configuration/model select Generic 105-key (Intl) PC
18 keyboard-configuration keyboard-configuration/xkb-keymap select ${KEYBOARD_KEYMAP}
21 keyboard-configuration keyboard-configuration/compose select No compose key
23 keyboard-configuration keyboard-configuration/ctrl_alt_bksp boolean true
24 # Keyboard layout:
26 keyboard-configuration keyboard-configuration/variant select ${KEYBOARD_LAYOUT}
/OK3568_Linux_fs/u-boot/drivers/input/
H A DKconfig15 bool "Enable driver model keyboard support"
18 This adds a uclass for keyboards and implements keyboard support
19 using driver model. The API is implemented by keyboard.h and
21 input and update LEDs if the keyboard has them.
44 bool "Enable driver model keyboard support"
47 This adds a uclass for keyboards and implements keyboard support
48 using driver model. The API is implemented by keyboard.h and
50 input and update LEDs if the keyboard has them.
53 bool "Enable driver model keyboard support"
56 This adds a uclass for keyboards and implements keyboard support
[all …]
H A Dtegra-kbc.c12 #include <keyboard.h>
41 KBC_CLOCK_KHZ = 32, /* Keyboard uses a 32KHz clock */
44 /* keyboard controller config and state */
49 struct kbc_tegra *kbc; /* tegra keyboard controller */
50 unsigned char inited; /* 1 if keyboard has been inited */
54 * After init we must wait a short time before polling the keyboard.
55 * This gives the tegra keyboard controller time to react after reset
58 unsigned int init_dly_ms; /* Delay before we can read keyboard */
65 * reads the keyboard fifo for current keypresses
67 * @param priv Keyboard private data
[all …]
H A Dpc_keyb.c7 * PS/2 keyboard driver
15 #include <keyboard.h>
28 * This reads the keyboard status port, and does the
131 * Test the keyboard interface. in kbd_initialize()
139 * Perform a keyboard interface test. This causes the controller in kbd_initialize()
140 * to test the keyboard clock and data lines. The results of the in kbd_initialize()
147 * Enable the keyboard by allowing the keyboard clock to run. in kbd_initialize()
152 * Reset keyboard. If the read times out in kbd_initialize()
153 * then the assumption is that no keyboard is in kbd_initialize()
155 * This defaults the keyboard to scan-code set 2. in kbd_initialize()
[all …]
H A Di8042.c8 /* 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()
[all …]
H A Dcros_ec_keyb.c2 * Chromium OS Matrix Keyboard
14 #include <keyboard.h>
29 int key_rows; /* Number of keyboard rows */
30 int key_cols; /* Number of keyboard columns */
36 * Check the keyboard controller and return a list of key matrix positions
39 * @param dev Keyboard device
57 debug("%s: keyboard scan failed\n", __func__); in check_for_keys()
91 * Check the keyboard, and send any keys that are pressed.
156 * Decode MBKP keyboard details from the device tree
167 * Get keyboard rows and columns - at present we are limited to in cros_ec_keyb_decode_fdt()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dpc_keyb.h4 * PC Keyboard And Keyboard Controller
12 #undef KBD_REPORT_ERR /* Report keyboard errors */
14 #define KBD_REPORT_TIMEOUTS /* Report keyboard timeouts */
15 #undef KBD_IS_FOCUS_9000 /* We have the brain-damaged FOCUS-9000 keyboard */
18 #define KBD_INIT_TIMEOUT 1000 /* Timeout in ms for initializing the keyboard */
19 #define KBC_TIMEOUT 250 /* Timeout in ms for sending to keyboard controller */
20 #define KBD_TIMEOUT 1000 /* Timeout in ms for keyboard command acknowledge */
29 * Keyboard Controller Registers on normal PCs.
33 #define KBD_DATA_REG 0x60 /* Keyboard data register (R/W) */
36 * Keyboard Controller Commands
[all …]
H A Di8042.h8 /* i8042.h - Intel 8042 keyboard driver header */
15 #define I8042_DATA_REG 0x60 /* keyboard i/o buffer */
16 #define I8042_STS_REG 0x64 /* keyboard status read */
17 #define I8042_CMD_REG 0x64 /* keyboard ctrl write */
35 #define CMD_KBD_DIS 0xad /* keyboard disable */
36 #define CMD_KBD_EN 0xae /* keyboard enable */
37 #define CMD_SET_KBD_LED 0xed /* set keyboard led */
39 #define CMD_RESET_KBD 0xff /* reset keyboard */
46 /* keyboard scan codes */
73 #define BRK 0x0100 /* make break flag for keyboard */
[all …]
H A Dkey_matrix.h2 * Keyboard matrix helper functions
14 /* Information about a matrix keyboard */
16 /* Dimensions of the keyboard matrix, in rows and columns */
50 * @param config Keyboard matrix config
61 * Read the keyboard configuration out of the fdt.
67 * @param config Keyboard matrix config
77 * @param config Keyboard matrix config
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A DKconfig61 tristate "Amiga keyboard"
64 Say Y here if you are running Linux on any AMIGA and have a keyboard
71 tristate "Apple SPI keyboard and trackpad"
89 tristate "Atari keyboard"
93 Say Y here if you are running Linux on any Atari and have a keyboard
100 tristate "AT keyboard"
107 Say Y here if you want to use a standard AT or PS/2 keyboard. Usually
108 you'll need this, unless you have a different type keyboard (USB, ADB
118 bool "Use HP keyboard scancodes"
123 PS/2 keyboard, and your keyboard uses keycodes that are specific to
[all …]
H A Dlkkbd.c7 * LK keyboard driver for Linux, based on sunkbd.c (C) by Vojtech Pavlik
11 * DEC LK201 and LK401 keyboard driver for Linux (primary for DECstations
39 * The keyboard and all the commands it understands are documented in
60 #define DRIVER_DESC "LK keyboard driver"
127 /* Misc responses from keyboard */
262 * Per-keyboard data
281 * Responses from the keyboard and mapping back to their names.
358 * Print keyboard name and modify Compose=Alt on user's request. in lkkbd_detection_done()
362 strlcpy(lk->name, "DEC LK201 keyboard", sizeof(lk->name)); in lkkbd_detection_done()
369 strlcpy(lk->name, "DEC LK401 keyboard", sizeof(lk->name)); in lkkbd_detection_done()
[all …]
H A Damikbd.c10 * Amiga keyboard driver for Linux/m68k
21 #include <linux/keyboard.h>
29 MODULE_DESCRIPTION("Amiga keyboard driver");
160 [1] = KERN_WARNING "amikbd: keyboard lost sync\n",
161 [2] = KERN_WARNING "amikbd: keyboard buffer overflow\n",
162 [3] = KERN_WARNING "amikbd: keyboard controller failure\n",
163 [4] = KERN_ERR "amikbd: keyboard selftest failure\n",
166 [7] = KERN_WARNING "amikbd: keyboard interrupt\n"
174 scancode = ~ciaa.sdr; /* get and invert scancode (keyboard is active low) */ in amikbd_interrupt()
254 .name = "amiga-keyboard",
[all …]
/OK3568_Linux_fs/kernel/drivers/input/serio/
H A DKconfig11 * standard AT keyboard and PS/2 mouse *
25 communicate with keyboard, mouse, etc.
30 tristate "i8042 PC Keyboard controller"
34 i8042 is the chip over which the standard AT keyboard and PS/2
72 tristate "Q40 keyboard controller"
76 tristate "Parallel port keyboard adapter"
80 an additional AT keyboard, XT keyboard or PS/2 mouse.
90 tristate "Acorn RiscPC keyboard controller"
95 keyboard connected to its keyboard controller.
101 tristate "AMBA KMI keyboard controller"
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/matchbox-keyboard/files/
H A D0001-desktop-file-Hide-the-keyboard-from-app-list.patch4 Subject: [PATCH] desktop file: Hide the keyboard from app list
6 matchbox-keyboard is not a normal app and there's no need to start
8 * when there's no hardware keyboard, the panel applet can be used to
9 show/hide the daemonized matchbox-keyboard
10 * when there is a hardware keyboard, matchbox-keyboard can still be
14 So hide the keyboard from the desktop app list.
19 matchbox-keyboard.desktop | 1 +
22 diff --git a/matchbox-keyboard.desktop b/matchbox-keyboard.desktop
24 --- a/matchbox-keyboard.desktop
25 +++ b/matchbox-keyboard.desktop
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/chrome/wilco_ec/
H A Dkeyboard_leds.c3 * Keyboard backlight LED driver for the Wilco Embedded Controller
23 struct led_classdev keyboard; member
33 * struct wilco_keyboard_leds_msg - Message to/from EC for keyboard LED control.
72 "Failed sending keyboard LEDs command: %d\n", ret); in send_kbbl_msg()
97 "EC reported failure sending keyboard LEDs command: %d\n", in set_kbbl()
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", in kbbl_init()
169 container_of(cdev, struct wilco_keyboard_leds, keyboard); in wilco_keyboard_leds_set()
182 "Failed checking keyboard LEDs support: %d\n", ret); in wilco_keyboard_leds_init()
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/atari/
H A Datakeyb.c2 * Atari Keyboard driver for 680x0 Linux
22 #include <linux/keyboard.h>
39 /* Hook for keyboard inputdev driver */
71 * way, applications that allow their own keyboard mappings
104 KEYBOARD, AMOUSE, RMOUSE, JOYSTICK, CLOCK, RESYNC enumerator
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...
152 pr_debug("Keyboard overrun\n"); in atari_keyboard_interrupt()
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/man/
H A DXdmx.man85 The raw keyboard and pointer from the local computer are used. A
88 (a USB mouse driver), usb-kbd (a USB keyboard driver), and usb-oth (a
89 USB non-keyboard, non-mouse driver). Additional drivers may be
133 will specify the keycodes, symbols, and geometry of the keyboard for
136 initialize the keyboard. For an SGI keyboard, ",xkb,sgi/indy(pc102)"
342 parameters apply only to the core keyboard. Parameter values are
585 keyboard attached to d0, clients will refer to :1 when opening windows:
601 As above, except with core input from the local keyboard and mouse:
607 mouse devices): a new (blank) VC will be used for keyboard input on the
654 mouse, keyboard, or non-mouse-non-keyboard Linux device and use that
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/
H A DKconfig157 Support for Asus notebook built-in keyboard and touchpad via i2c, and
158 the Asus Republic of Gamers laptop keyboard special keys.
173 tristate "Belkin Flip KVM and Wireless keyboard"
177 Support for Belkin Flip KVM and Wireless keyboard.
202 tristate "Cherry Cymotion keyboard"
206 Support for Cherry Cymotion keyboard.
234 - Cougar 500k Gaming Keyboard
244 - Macally ikey keyboard
247 tristate "Prodikeys PC-MIDI Keyboard support"
251 Support for Prodikeys PC-MIDI Keyboard device support.
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_kbd_led_backlight.c2 // Keyboard backlight LED driver for ChromeOS
16 /* Keyboard LED ACPI Device must be defined in firmware */
38 dev_err(cdev->dev, "Error setting keyboard LED value: %d\n", in keyboard_led_set_brightness()
51 dev_err(cdev->dev, "Error getting keyboard LED value: %d\n", in keyboard_led_get_brightness()
66 /* Look for the keyboard LED ACPI Device */ in keyboard_led_probe()
101 .name = "chromeos-keyboard-leds",
109 MODULE_DESCRIPTION("ChromeOS Keyboard backlight LED Driver");
111 MODULE_ALIAS("platform:chromeos-keyboard-leds");
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dkeyboard.cpp1 #include "keyboard.h"
25 Q_LOGGING_CATEGORY(flapp, "app.keyboard")
29 Keyboard::Keyboard(QWidget *parent) : in Keyboard() function in Keyboard
62 connect(a, &QApplication::focusChanged, this, &Keyboard::foucsChange); in Keyboard()
65 Keyboard::~Keyboard() in ~Keyboard()
70 void Keyboard::createKeys() in createKeys()
83 connect(button, &KeyButton::clicked, this, &Keyboard::handleKey); in createKeys()
93 connect(m_bar, &PinyinBar::textChose, this, &Keyboard::textChose); in createKeys()
103 void Keyboard::resetKey() in resetKey()
178 QString Keyboard::getKey(Qt::Key key) in getKey()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DKeyboard-Macros.html17 <title>Debugging with GDB: Keyboard Macros</title>
19 <meta name="description" content="Debugging with GDB: Keyboard Macros">
20 <meta name="keywords" content="Debugging with GDB: Keyboard Macros">
64 <a name="Keyboard-Macros"></a>
70 <a name="Keyboard-Macros-1"></a>
71 <h4 class="subsection">32.4.7 Keyboard Macros</h4>
76 <dd><p>Begin saving the characters typed into the current keyboard macro.
82 <dd><p>Stop saving the characters typed into the current keyboard macro
89 <dd><p>Re-execute the last keyboard macro defined, by making the characters
90 in the macro appear as if typed at the keyboard.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DKeyboard-Macros.html17 <title>Debugging with GDB: Keyboard Macros</title>
19 <meta name="description" content="Debugging with GDB: Keyboard Macros">
20 <meta name="keywords" content="Debugging with GDB: Keyboard Macros">
64 <a name="Keyboard-Macros"></a>
70 <a name="Keyboard-Macros-1"></a>
71 <h4 class="subsection">32.4.7 Keyboard Macros</h4>
76 <dd><p>Begin saving the characters typed into the current keyboard macro.
82 <dd><p>Stop saving the characters typed into the current keyboard macro
89 <dd><p>Re-execute the last keyboard macro defined, by making the characters
90 in the macro appear as if typed at the keyboard.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-hid-lenovo9 Applies to Thinkpad USB Keyboard with TrackPoint.
18 Applies to Thinkpad USB Keyboard with TrackPoint.
25 Applies to Thinkpad USB Keyboard with TrackPoint.
35 Applies to Thinkpad USB Keyboard with TrackPoint.
42 Applies to Thinkpad USB Keyboard with TrackPoint.
51 Applies to Thinkpad USB Keyboard with TrackPoint.
56 Description: This setting controls whether Fn Lock is enabled on the keyboard (i.e. if F1 is Mute o…
60 Applies to ThinkPad Compact (USB|Bluetooth) Keyboard with TrackPoint.
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinconfig.c71 NULL, /* keyboard */
85 { /* keyboard */
221 /* Set the keyboard configuration */
253 g_winInfo.keyboard.delay = 250; in winConfigKeyboard()
256 g_winInfo.keyboard.delay = 500; in winConfigKeyboard()
259 g_winInfo.keyboard.delay = 750; in winConfigKeyboard()
263 g_winInfo.keyboard.delay = 1000; in winConfigKeyboard()
266 g_winInfo.keyboard.rate = (kbd_speed > 0) ? kbd_speed : 1; in winConfigKeyboard()
268 g_winInfo.keyboard.delay, g_winInfo.keyboard.rate); in winConfigKeyboard()
286 winMsg(X_INFO, "Loading US keyboard layout.\n"); in winConfigKeyboard()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/
H A D0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch4 Subject: [PATCH] libxfce4kbd-private/xfce4-keyboard-shortcuts.xml: fix xfwm4
14 libxfce4kbd-private/xfce4-keyboard-shortcuts.xml | 4 ++++
17 diff --git a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml b/libxfce4kbd-private/xfce4-keyboard-…
19 --- a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
20 +++ b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml

12345678910>>...44