Searched refs:which_port (Results 1 – 1 of 1) sorted by relevance
424 int which_port, i; in i8042_cleanup() local436 for (which_port = 0; which_port < NUM_PORTS; which_port++) { in i8042_cleanup()437 port = &global->i8042_ports[which_port]; in i8042_cleanup()488 for (which_port = 0; which_port < NUM_PORTS; which_port++) { in i8042_cleanup()490 port = &global->i8042_ports[which_port]; in i8042_cleanup()565 enum i8042_ports which_port; in i8042_attach() local678 for (which_port = 0; which_port < NUM_PORTS; ++which_port) { in i8042_attach()679 port = &global->i8042_ports[which_port]; in i8042_attach()682 port->which = which_port; in i8042_attach()695 (which_port < global->nintrs) ? which_port : 0]; in i8042_attach()[all …]