Searched refs:atkbd (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/input/keyboard/ |
| H A D | atkbd.c | 409 struct atkbd *atkbd = container_of(ps2dev, struct atkbd, ps2dev); in atkbd_handle_frame_error() local 414 !atkbd->resend && atkbd->write) { in atkbd_handle_frame_error() 445 struct atkbd *atkbd = container_of(ps2dev, struct atkbd, ps2dev); in atkbd_receive_byte() local 504 if (atkbd->emul && --atkbd->emul) in atkbd_receive_byte() 640 struct atkbd *atkbd = container_of(work, struct atkbd, event_work.work); in atkbd_event_work() local 808 static int atkbd_probe(struct atkbd *atkbd) in atkbd_probe() argument 1194 snprintf(atkbd->phys, sizeof(atkbd->phys), in atkbd_set_device_attrs() 1276 struct atkbd *atkbd; in atkbd_connect() local 1379 if (atkbd->set != atkbd_select_set(atkbd, atkbd->set, atkbd->extra)) in atkbd_reconnect() 1512 atkbd->set = atkbd_select_set(atkbd, atkbd->set, value); in atkbd_set_extra() [all …]
|
| H A D | Makefile | 15 obj-$(CONFIG_KEYBOARD_ATKBD) += atkbd.o
|
| H A D | Kconfig | 119 module will be called atkbd.
|
| /linux-6.15/Documentation/input/ |
| H A D | input.rst | 226 atkbd subsection
|
| /linux-6.15/drivers/input/serio/ |
| H A D | Kconfig | 315 such as psmouse and atkbd.
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 477 atkbd.extra= [HW] Enable extra LEDs and keys on IBM RapidAccess, 480 atkbd.reset= [HW] Reset keyboard during initialization 482 atkbd.set= [HW] Select keyboard code set 485 atkbd.scroll= [HW] Enable scroll wheel on MS Office and similar 488 atkbd.softraw= [HW] Choose between synthetic and real raw mode 491 atkbd.softrepeat= [HW]
|