Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/serio/
Di8042.c154 #define I8042_KBD_PORT_NO 0 macro
445 serio == i8042_ports[I8042_KBD_PORT_NO].serio) { in i8042_start()
580 I8042_AUX_PORT_NO : I8042_KBD_PORT_NO; in i8042_interrupt()
1208 if (i8042_ports[I8042_KBD_PORT_NO].serio) in i8042_controller_resume()
1320 struct i8042_port *port = &i8042_ports[I8042_KBD_PORT_NO]; in i8042_create_kbd_port()
1384 kfree(i8042_ports[I8042_KBD_PORT_NO].serio); in i8042_free_kbd_port()
1385 i8042_ports[I8042_KBD_PORT_NO].serio = NULL; in i8042_free_kbd_port()
1514 if (serio != i8042_ports[I8042_KBD_PORT_NO].serio) in i8042_kbd_bind_notifier()