uatp.c | 1715 unsigned int x_pressure, x_raw, x_fingers; local in function:interpret_input 1720 uatp_x_sensors(sc), uatp_x_ratio(sc), &x_raw, &x_fingers); 1726 x_pressure, x_raw, x_fingers, 1762 update_position(sc, fingers, x_raw, y_raw, dx, dy, dz, dw); 2416 unsigned int x_raw, unsigned int y_raw, 2422 move_mouse(sc, x_raw, y_raw, dx, dy); 2424 scroll_wheel(sc, x_raw, y_raw, dz, dw); 2432 move_mouse(struct uatp_softc *sc, unsigned int x_raw, unsigned int y_raw, 2435 move(sc, "mouse", x_raw, y_raw, &sc->sc_x_raw, &sc->sc_y_raw, 2442 scroll_wheel(struct uatp_softc *sc, unsigned int x_raw, unsigned int y_raw [all...] |