Home | History | Annotate | Download | only in dev

Lines Matching defs:rawx

378 	int rawx, rawy;
389 if (j720tp_get_rawxy(sc, &rawx, &rawy)) {
390 sc->sc_hard_icon = j720tp_get_hard_icon(sc, rawx, rawy);
397 j720tp_wsmouse_input(sc, rawx, rawy);
407 j720tp_get_rawxy(struct j720tp_softc *sc, int *rawx, int *rawy)
440 *rawx = buf[1];
457 j720tp_get_hard_icon(struct j720tp_softc *sc, int rawx, int rawy)
464 if (rawx > j720tp_hard_icon_left)
480 j720tp_wsmouse_input(struct j720tp_softc *sc, int rawx, int rawy)
484 tpcalib_trans(&sc->sc_tpcalib, rawx, rawy, &x, &y);
494 int rawx, rawy, s;
508 if (j720tp_get_rawxy(sc, &rawx, &rawy))
509 j720tp_wsmouse_input(sc, rawx, rawy);