Searched refs:which_port (Results 1 – 1 of 1) sorted by relevance
428 int which_port, i; in i8042_cleanup() local440 for (which_port = 0; which_port < NUM_PORTS; which_port++) { in i8042_cleanup()441 port = &global->i8042_ports[which_port]; in i8042_cleanup()492 for (which_port = 0; which_port < NUM_PORTS; which_port++) { in i8042_cleanup()494 port = &global->i8042_ports[which_port]; in i8042_cleanup()569 enum i8042_ports which_port; in i8042_attach() local682 for (which_port = 0; which_port < NUM_PORTS; ++which_port) { in i8042_attach()683 port = &global->i8042_ports[which_port]; in i8042_attach()686 port->which = which_port; in i8042_attach()699 (which_port < global->nintrs) ? which_port : 0]; in i8042_attach()[all …]