Searched refs:atkbd (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/input/keyboard/ |
| H A D | atkbd.c | 189 struct atkbd { struct 231 static void (*atkbd_platform_fixup)(struct atkbd *, const void *data); argument 233 static unsigned int (*atkbd_platform_scancode_fixup)(struct atkbd *, unsigned int); 242 ssize_t (*handler)(struct atkbd *, char *)); 244 ssize_t (*handler)(struct atkbd *, const char *, size_t)); 246 static ssize_t atkbd_show_##_name(struct atkbd *, char *); \ 247 static ssize_t atkbd_set_##_name(struct atkbd *, const char *, size_t); \ 269 static ssize_t atkbd_show_##_name(struct atkbd *, char *); \ 293 static ssize_t atkbd_show_function_row_physmap(struct atkbd *atkbd, char *buf) in atkbd_show_function_row_physmap() argument 295 return vivaldi_function_row_physmap_show(&atkbd->vdata, buf); in atkbd_show_function_row_physmap() [all …]
|
| /linux/drivers/input/serio/ |
| H A D | Kconfig | 319 such as psmouse and atkbd.
|