Searched refs:atkbd (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/input/keyboard/ |
| H A D | atkbd.c | 197 struct atkbd { struct 239 static void (*atkbd_platform_fixup)(struct atkbd *, const void *data); argument 241 static unsigned int (*atkbd_platform_scancode_fixup)(struct atkbd *, unsigned int); 250 ssize_t (*handler)(struct atkbd *, char *)); 252 ssize_t (*handler)(struct atkbd *, const char *, size_t)); 254 static ssize_t atkbd_show_##_name(struct atkbd *, char *); \ 255 static ssize_t atkbd_set_##_name(struct atkbd *, const char *, size_t); \ 277 static ssize_t atkbd_show_##_name(struct atkbd *, char *); \ 301 static ssize_t atkbd_show_function_row_physmap(struct atkbd *atkbd, char *buf) in atkbd_show_function_row_physmap() argument 303 return vivaldi_function_row_physmap_show(&atkbd->vdata, buf); in atkbd_show_function_row_physmap() [all …]
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 593 atkbd.extra= [HW] Enable extra LEDs and keys on IBM RapidAccess, 596 atkbd.reset= [HW] Reset keyboard during initialization 598 atkbd.set= [HW] Select keyboard code set 601 atkbd.scroll= [HW] Enable scroll wheel on MS Office and similar 604 atkbd.softraw= [HW] Choose between synthetic and real raw mode 607 atkbd.softrepeat= [HW]
|