Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/serio/
Di8042.c128 #define I8042_KBD_PORT_NO 0 macro
532 I8042_AUX_PORT_NO : I8042_KBD_PORT_NO; in i8042_interrupt()
1157 if (i8042_ports[I8042_KBD_PORT_NO].serio) in i8042_controller_resume()
1269 struct i8042_port *port = &i8042_ports[I8042_KBD_PORT_NO]; in i8042_create_kbd_port()
1331 kfree(i8042_ports[I8042_KBD_PORT_NO].serio); in i8042_free_kbd_port()
1332 i8042_ports[I8042_KBD_PORT_NO].serio = NULL; in i8042_free_kbd_port()
1476 if (serio != i8042_ports[I8042_KBD_PORT_NO].serio) in i8042_kbd_bind_notifier()