Home | History | Annotate | Download | only in usb

Lines Matching defs:dz

1392 	int dx, dy, dz, dw;
1515 dx = dy = dz = dw = 0;
1516 if ((!interpret_input(sc, &dx, &dy, &dz, &dw, &buttons)) &&
1528 ("buttons %"PRIx32", dx %d, dy %d, dz %d, dw %d\n",
1529 dz, dw));
1531 uatp_input(sc, buttons, dx, dy, dz, dw);
1648 int dx, int dy, int dz, int dw)
1656 ((dx != 0) || (dy != 0) || (dz != 0) || (dw != 0) ||
1660 " buttons %"PRIx32", dx %d, dy %d, dz %d, dw %d\n",
1661 all_buttons, dx, -dy, dz, -dw));
1662 wsmouse_input(sc->sc_wsmousedev, all_buttons, dx, -dy, dz, -dw,
1712 interpret_input(struct uatp_softc *sc, int *dx, int *dy, int *dz, int *dw,
1762 update_position(sc, fingers, x_raw, y_raw, dx, dy, dz, dw);
2410 * number of fingers. dx, dy, dz, and dw are expected to hold zero;
2417 int *dx, int *dy, int *dz, int *dw)
2424 scroll_wheel(sc, x_raw, y_raw, dz, dw);
2443 int *dz, int *dw)
2448 dz, dw);