Searched refs:atkbd (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/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 | 12 obj-$(CONFIG_KEYBOARD_ATKBD) += atkbd.o
|
| D | Kconfig | 85 module will be called atkbd.
|
| /linux-4.4.14/drivers/input/serio/ |
| D | Kconfig | 302 such as psmouse and atkbd.
|
| /linux-4.4.14/Documentation/ |
| D | kernel-parameters.txt | 497 atkbd.extra= [HW] Enable extra LEDs and keys on IBM RapidAccess, 500 atkbd.reset= [HW] Reset keyboard during initialization 502 atkbd.set= [HW] Select keyboard code set 505 atkbd.scroll= [HW] Enable scroll wheel on MS Office and similar 508 atkbd.softraw= [HW] Choose between synthetic and real raw mode 511 atkbd.softrepeat= [HW]
|