Searched refs:atkbd (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/input/keyboard/ |
| H A D | atkbd.c | 202 struct atkbd { struct 245 static void (*atkbd_platform_fixup)(struct atkbd *, const void *data); argument 247 static unsigned int (*atkbd_platform_scancode_fixup)(struct atkbd *, unsigned int); 256 ssize_t (*handler)(struct atkbd *, char *)); 258 ssize_t (*handler)(struct atkbd *, const char *, size_t)); 260 static ssize_t atkbd_show_##_name(struct atkbd *, char *); \ 261 static ssize_t atkbd_set_##_name(struct atkbd *, const char *, size_t); \ 283 static ssize_t atkbd_show_##_name(struct atkbd *, char *); \ 307 static ssize_t atkbd_show_function_row_physmap(struct atkbd *atkbd, char *buf) in atkbd_show_function_row_physmap() argument 309 return vivaldi_function_row_physmap_show(&atkbd->vdata, buf); in atkbd_show_function_row_physmap() [all …]
|
| /linux/Documentation/input/ |
| H A D | input.rst | 226 atkbd subsection
|
| /linux/drivers/input/serio/ |
| H A D | Kconfig | 315 such as psmouse and atkbd.
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 578 atkbd.extra= [HW] Enable extra LEDs and keys on IBM RapidAccess, 581 atkbd.reset= [HW] Reset keyboard during initialization 583 atkbd.set= [HW] Select keyboard code set 586 atkbd.scroll= [HW] Enable scroll wheel on MS Office and similar 589 atkbd.softraw= [HW] Choose between synthetic and real raw mode 592 atkbd.softrepeat= [HW]
|