Searched refs:scancodes (Results 1 – 7 of 7) 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 …]
88 bool "Use HP keyboard scancodes"99 bool "Use PrecisionBook keyboard scancodes"
44 If the hardware supports it then scancodes which do not match58 scancodes to be processed.59 If the hardware supports it then scancodes which do not match93 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.
20 The "scancodes" passed to the input system (that can be remapped with udev)
123 the PC scancodes x86 Linux uses. So by theory every national keyboard should
252 The keycode is an array used to map from scancodes to input system keycodes.
336 The events will show up as scancodes F1 through F9 via evdev.