Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
H A Di8042.c165 #define I8042_KBD_PORT_NO 0 macro
431 serio == i8042_ports[I8042_KBD_PORT_NO].serio) { in i8042_start()
578 I8042_AUX_PORT_NO : I8042_KBD_PORT_NO; in i8042_handle_data()
1209 if (i8042_ports[I8042_KBD_PORT_NO].serio) in i8042_controller_resume()
1321 struct i8042_port *port = &i8042_ports[I8042_KBD_PORT_NO]; in i8042_create_kbd_port()
1386 kfree(i8042_ports[I8042_KBD_PORT_NO].serio); in i8042_free_kbd_port()
1387 i8042_ports[I8042_KBD_PORT_NO].serio = NULL; in i8042_free_kbd_port()
1517 if (serio != i8042_ports[I8042_KBD_PORT_NO].serio) in i8042_kbd_bind_notifier()