Home | History | Annotate | Download | only in dev

Lines Matching defs:rawy

355 	int rawx, rawy;
365 psh3tp_get_raw_xy(&rawx, &rawy);
367 device_xname(sc->sc_dev), rawx, rawy));
371 psh3tp_wsmouse_input(sc, rawx, rawy);
410 int rawx, rawy;
424 psh3tp_get_raw_xy(&rawx, &rawy);
425 psh3tp_wsmouse_input(sc, rawx, rawy); /* mouse dragged */
440 psh3tp_wsmouse_input(struct psh3tp_softc *sc, int rawx, int rawy)
444 tpcalib_trans(&sc->sc_tpcalib, rawx, rawy, &x, &y);
447 device_xname(sc->sc_dev), rawx, rawy, x, y));