Home
last modified time | relevance | path

Searched refs:I8042_KBD_PORT_NO (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/input/serio/
Di8042.c157 #define I8042_KBD_PORT_NO 0 macro
451 serio == i8042_ports[I8042_KBD_PORT_NO].serio) { in i8042_start()
586 I8042_AUX_PORT_NO : I8042_KBD_PORT_NO; in i8042_interrupt()
1214 if (i8042_ports[I8042_KBD_PORT_NO].serio) in i8042_controller_resume()
1326 struct i8042_port *port = &i8042_ports[I8042_KBD_PORT_NO]; in i8042_create_kbd_port()
1391 kfree(i8042_ports[I8042_KBD_PORT_NO].serio); in i8042_free_kbd_port()
1392 i8042_ports[I8042_KBD_PORT_NO].serio = NULL; in i8042_free_kbd_port()
1522 if (serio != i8042_ports[I8042_KBD_PORT_NO].serio) in i8042_kbd_bind_notifier()