Home
last modified time | relevance | path

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

/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 …]
DKconfig103 bool "Use HP keyboard scancodes"
114 bool "Use PrecisionBook keyboard scancodes"
/drivers/input/misc/
DKconfig350 The events will show up as scancodes F1 through F9 via evdev.