Home
last modified time | relevance | path

Searched refs:scancodes (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/input/keyboard/
Dtegra-kbc.c144 unsigned char scancodes[], in tegra_kbc_report_pressed_keys() argument
151 input_event(input, EV_MSC, MSC_SCAN, scancodes[i]); in tegra_kbc_report_pressed_keys()
158 unsigned char scancodes[KBC_MAX_KPENT]; in tegra_kbc_report_keys() local
177 scancodes[num_down] = scancode; in tegra_kbc_report_keys()
198 u8 curr_col = scancodes[i] & 0x07; in tegra_kbc_report_keys()
199 u8 curr_row = scancodes[i] >> KBC_ROW_SHIFT; in tegra_kbc_report_keys()
206 u8 col = scancodes[j] & 0x07; in tegra_kbc_report_keys()
207 u8 row = scancodes[j] >> KBC_ROW_SHIFT; in tegra_kbc_report_keys()
223 scancodes[i] += kbc->max_keys; in tegra_kbc_report_keys()
224 keycodes[i] = kbc->keycode[scancodes[i]]; in tegra_kbc_report_keys()
[all …]
DKconfig88 bool "Use HP keyboard scancodes"
99 bool "Use PrecisionBook keyboard scancodes"
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-rc44 If the hardware supports it then scancodes which do not match
58 scancodes to be processed.
59 If the hardware supports it then scancodes which do not match
93 scancodes which match the filter will wake the system from e.g.
108 scancodes which match the filter will wake the system from e.g.
/linux-4.1.27/Documentation/laptops/
Dsony-laptop.txt20 The "scancodes" passed to the input system (that can be remapped with udev)
/linux-4.1.27/arch/m68k/q40/
DREADME123 the PC scancodes x86 Linux uses. So by theory every national keyboard should
/linux-4.1.27/Documentation/input/
Dinput-programming.txt252 The keycode is an array used to map from scancodes to input system keycodes.
/linux-4.1.27/drivers/input/misc/
DKconfig336 The events will show up as scancodes F1 through F9 via evdev.