HomeSort by: relevance | last modified time | path
    Searched defs:rawy (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/hpcsh/dev/
psh3tp.c 355 int rawx, rawy; local in function:psh3tp_start_polling
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; local in function:psh3tp_callout_wsmouse
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))
    [all...]
j6x0tp.c 448 int rawx, rawy; local in function:j6x0tp_start_polling
458 j6x0tp_get_raw_xy(&rawx, &rawy);
460 device_xname(sc->sc_dev), rawx, rawy));
472 icon = j6x0tp_get_hard_icon(rawx, rawy);
482 j6x0tp_wsmouse_input(sc, rawx, rawy);
556 int rawx, rawy; local in function:j6x0tp_callout_wsmouse
570 j6x0tp_get_raw_xy(&rawx, &rawy);
571 j6x0tp_wsmouse_input(sc, rawx, rawy); /* mouse dragged */
586 j6x0tp_wsmouse_input(struct j6x0tp_softc *sc, int rawx, int rawy)
590 tpcalib_trans(&sc->sc_tpcalib, rawx, rawy, &x, &y)
    [all...]
  /src/sys/arch/hpcarm/dev/
j720tp.c 378 int rawx, rawy; local in function:j720tp_intr
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)
441 *rawy = buf[4];
457 j720tp_get_hard_icon(struct j720tp_softc *sc, int rawx, int rawy)
467 if (rawy < J720TP_HARD_ICON_MAX_Y(1))
469 else if (rawy < J720TP_HARD_ICON_MAX_Y(2))
471 else if (rawy < J720TP_HARD_ICON_MAX_Y(3)
494 int rawx, rawy, s; local in function:j720tp_wsmouse_callout
    [all...]
  /src/sys/dev/wscons/
wsconsio.h 244 int rawx, rawy; /* raw coordinate */ member in struct:wsmouse_calibcoords::wsmouse_calibcoord

Completed in 13 milliseconds