Searched refs:scancodes (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/drivers/input/keyboard/ |
D | tegra-kbc.c | 131 unsigned char scancodes[], in tegra_kbc_report_pressed_keys() argument 138 input_event(input, EV_MSC, MSC_SCAN, scancodes[i]); in tegra_kbc_report_pressed_keys() 145 unsigned char scancodes[KBC_MAX_KPENT]; in tegra_kbc_report_keys() local 164 scancodes[num_down] = scancode; in tegra_kbc_report_keys() 185 u8 curr_col = scancodes[i] & 0x07; in tegra_kbc_report_keys() 186 u8 curr_row = scancodes[i] >> KBC_ROW_SHIFT; in tegra_kbc_report_keys() 193 u8 col = scancodes[j] & 0x07; in tegra_kbc_report_keys() 194 u8 row = scancodes[j] >> KBC_ROW_SHIFT; in tegra_kbc_report_keys() 210 scancodes[i] += kbc->max_keys; in tegra_kbc_report_keys() 211 keycodes[i] = kbc->keycode[scancodes[i]]; in tegra_kbc_report_keys() [all …]
|
D | Kconfig | 122 bool "Use HP keyboard scancodes" 133 bool "Use PrecisionBook keyboard scancodes"
|
/Linux-v5.4/Documentation/media/uapi/rc/ |
D | rc-sysfs-nodes.rst | 72 supports it then scancodes which do not match the filter will be 86 filter to allow all valid scancodes to be processed. 88 If the hardware supports it then scancodes which do not match the filter 131 scancodes which match the filter will wake the system from e.g. suspend 148 scancodes which match the filter will wake the system from e.g. suspend
|
D | lirc-dev-intro.rst | 17 a bi-directional interface for transporting raw IR and decoded scancodes 21 decoded scancodes to and fro, the essential fops are read, write and ioctl. 24 raw IR into scancodes.
|
D | rc-protos.rst | 29 how scancodes are encoded for each protocol. 81 This is done so it the scancodes and encoding is compatible with existing 336 their inverted versions, but these are not present in the scancodes.
|
D | lirc-read.rst | 63 in this mode scancodes which are either decoded by software decoders, or
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-class-rc | 44 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-v5.4/drivers/media/rc/ |
D | lirc_dev.c | 129 if (kfifo_put(&fh->scancodes, *lsc)) in ir_lirc_scancode_event() 162 if (kfifo_alloc(&fh->scancodes, 32, GFP_KERNEL)) { in ir_lirc_open() 193 kfifo_free(&fh->scancodes); in ir_lirc_open() 217 kfifo_free(&fh->scancodes); in ir_lirc_close() 613 !kfifo_is_empty(&fh->scancodes)) in ir_lirc_poll() 675 if (kfifo_is_empty(&fh->scancodes)) { in ir_lirc_read_scancode() 680 !kfifo_is_empty(&fh->scancodes) || in ir_lirc_read_scancode() 692 ret = kfifo_to_user(&fh->scancodes, buffer, length, &copied); in ir_lirc_read_scancode()
|
D | Kconfig | 39 These eBPF programs can be used to decode IR into scancodes, for
|
/Linux-v5.4/include/media/ |
D | rc-core.h | 77 DECLARE_KFIFO_PTR(scancodes, struct lirc_scancode);
|
/Linux-v5.4/arch/m68k/q40/ |
D | README | 123 the PC scancodes x86 Linux uses. So by theory every national keyboard should
|
/Linux-v5.4/Documentation/admin-guide/laptops/ |
D | sony-laptop.rst | 23 The "scancodes" passed to the input system (that can be remapped with udev)
|
/Linux-v5.4/Documentation/input/ |
D | input-programming.rst | 250 The keycode is an array used to map from scancodes to input system keycodes.
|
/Linux-v5.4/drivers/input/misc/ |
D | Kconfig | 368 The events will show up as scancodes F1 through F9 via evdev.
|