Searched refs:kbd_connect (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | keyboard.c | 1536 * When a keyboard (or other input device) is found, the kbd_connect 1538 * likes it, it can open it and get events from it. In this (kbd_connect) 1541 static int kbd_connect(struct input_handler *handler, struct input_dev *dev, in kbd_connect() function 1612 .connect = kbd_connect,
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | keyboard.c | 1570 * When a keyboard (or other input device) is found, the kbd_connect 1572 * likes it, it can open it and get events from it. In this (kbd_connect) 1575 static int kbd_connect(struct input_handler *handler, struct input_dev *dev, in kbd_connect() function 1646 .connect = kbd_connect,
|
Completed in 6 milliseconds