wsmouse_mtstate
wsmouse_mtstate(mt->sc_wsmousedev,
wsmouse_mtstate(sc->sc_wsmousedev, id, x, y, pressure);
wsmouse_mtstate(sc->sc_wsmousedev, finger, x, y, p);
wsmouse_mtstate(sc_wsmousedev, id, 0, 0, 0);
wsmouse_mtstate(sc_wsmousedev, id, x, y, z);
wsmouse_mtstate(sc, slot,
wsmouse_mtstate(sc, slot,
wsmouse_mtstate(sc, slot, 0, 0, 0);
wsmouse_mtstate(sc, aux, value, mts->pos.y, mts->pressure);
wsmouse_mtstate(sc, aux, mts->pos.x, value, mts->pressure);
wsmouse_mtstate(sc, aux, mts->pos.x, mts->pos.y, value);
void wsmouse_mtstate(struct device *, int, int, int, int);