Home
last modified time | relevance | path

Searched refs:i8042_kbd_write (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/serio/
H A Di8042.c363 * i8042_kbd_write() sends a byte out through the keyboard interface.
366 static int i8042_kbd_write(struct serio *port, unsigned char c) in i8042_kbd_write() function
868 i8042_kbd_write(NULL, (unsigned char) 0xff); in i8042_check_aux()
1337 serio->write = i8042_dumbkbd ? NULL : i8042_kbd_write; in i8042_create_kbd_port()
/kernel/linux/linux-6.6/drivers/input/serio/
H A Di8042.c363 * i8042_kbd_write() sends a byte out through the keyboard interface.
366 static int i8042_kbd_write(struct serio *port, unsigned char c) in i8042_kbd_write() function
868 i8042_kbd_write(NULL, (unsigned char) 0xff); in i8042_check_aux()
1337 serio->write = i8042_dumbkbd ? NULL : i8042_kbd_write; in i8042_create_kbd_port()

Completed in 5 milliseconds