/src/sys/arch/macppc/dev/ |
pbms.c | 612 int x_det, y_det, x_raw, y_raw, x_fingers, y_fingers, fingers, x, y; local in function:compute_delta 615 sc->sc_x_factor, &x_raw, &x_fingers); 634 sc->sc_x_raw = (3 * sc->sc_x_raw + x_raw) / 4; 656 sc->sc_x_raw = x_raw;
|
pbms.c | 612 int x_det, y_det, x_raw, y_raw, x_fingers, y_fingers, fingers, x, y; local in function:compute_delta 615 sc->sc_x_factor, &x_raw, &x_fingers); 634 sc->sc_x_raw = (3 * sc->sc_x_raw + x_raw) / 4; 656 sc->sc_x_raw = x_raw;
|
/src/sys/dev/usb/ |
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...] |
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...] |