Searched refs:atkbd (Results 1 – 6 of 6) sorted by relevance
| /Linux-v4.19/drivers/input/keyboard/ |
| D | atkbd.c | 201 struct atkbd { struct 242 static void (*atkbd_platform_fixup)(struct atkbd *, const void *data); argument 244 static unsigned int (*atkbd_platform_scancode_fixup)(struct atkbd *, unsigned int); 253 ssize_t (*handler)(struct atkbd *, char *)); 255 ssize_t (*handler)(struct atkbd *, const char *, size_t)); 257 static ssize_t atkbd_show_##_name(struct atkbd *, char *); \ 258 static ssize_t atkbd_set_##_name(struct atkbd *, const char *, size_t); \ 280 static ssize_t atkbd_show_##_name(struct atkbd *, char *); \ 334 static void atkbd_calculate_xl_bit(struct atkbd *atkbd, unsigned char code) in atkbd_calculate_xl_bit() argument 341 __clear_bit(i, &atkbd->xl_bit); in atkbd_calculate_xl_bit() [all …]
|
| D | Makefile | 14 obj-$(CONFIG_KEYBOARD_ATKBD) += atkbd.o
|
| D | Kconfig | 100 module will be called atkbd.
|
| /Linux-v4.19/Documentation/input/ |
| D | input.rst | 226 atkbd subsection
|
| /Linux-v4.19/drivers/input/serio/ |
| D | Kconfig | 303 such as psmouse and atkbd.
|
| /Linux-v4.19/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]
|