Searched refs:atkbd (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/input/keyboard/ |
| D | atkbd.c | 197 struct atkbd { struct 238 static void (*atkbd_platform_fixup)(struct atkbd *, const void *data); argument 240 static unsigned int (*atkbd_platform_scancode_fixup)(struct atkbd *, unsigned int); 249 ssize_t (*handler)(struct atkbd *, char *)); 251 ssize_t (*handler)(struct atkbd *, const char *, size_t)); 253 static ssize_t atkbd_show_##_name(struct atkbd *, char *); \ 254 static ssize_t atkbd_set_##_name(struct atkbd *, const char *, size_t); \ 276 static ssize_t atkbd_show_##_name(struct atkbd *, char *); \ 330 static void atkbd_calculate_xl_bit(struct atkbd *atkbd, unsigned char code) in atkbd_calculate_xl_bit() argument 337 __clear_bit(i, &atkbd->xl_bit); in atkbd_calculate_xl_bit() [all …]
|
| D | Makefile | 15 obj-$(CONFIG_KEYBOARD_ATKBD) += atkbd.o
|
| D | Kconfig | 119 module will be called atkbd.
|
| /Linux-v5.4/Documentation/input/ |
| D | input.rst | 226 atkbd subsection
|
| /Linux-v5.4/drivers/input/serio/ |
| D | Kconfig | 304 such as psmouse and atkbd.
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 374 atkbd.extra= [HW] Enable extra LEDs and keys on IBM RapidAccess, 377 atkbd.reset= [HW] Reset keyboard during initialization 379 atkbd.set= [HW] Select keyboard code set 382 atkbd.scroll= [HW] Enable scroll wheel on MS Office and similar 385 atkbd.softraw= [HW] Choose between synthetic and real raw mode 388 atkbd.softrepeat= [HW]
|