Searched refs:ps2mouse_lastx (Results 1 – 2 of 2) sorted by relevance
83 static int16_t ps2mouse_lastx; variable175 mouse_get_int16(&ps2mouse_lastx, &ps2mouse_lasty); in ps2mouse_handle_command()184 diff_x = (new_x - ps2mouse_lastx); in ps2mouse_handle_command()191 ps2mouse_lastx = new_x; in ps2mouse_handle_command()440 ps2mouse_lastx = 0; in ps2mouse_reset()
83 static int16_t ps2mouse_lastx; variable175 ps2mouse_lastx = mousedrv_get_x(); in ps2mouse_handle_command()186 diff_x = (new_x - ps2mouse_lastx); in ps2mouse_handle_command()193 ps2mouse_lastx = new_x; in ps2mouse_handle_command()442 ps2mouse_lastx = 0; in ps2mouse_reset()