Searched refs:scancodes (Results 1 – 3 of 3) sorted by relevance
144 unsigned char scancodes[], in tegra_kbc_report_pressed_keys() argument151 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() local177 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 …]
103 bool "Use HP keyboard scancodes"114 bool "Use PrecisionBook keyboard scancodes"
350 The events will show up as scancodes F1 through F9 via evdev.