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

  /src/sys/arch/hpcmips/vr/
vrpiuvar.h 57 struct tpcalib_softc sc_tpcalib; member in struct:vrpiu_softc
  /src/sys/dev/hid/
hidms.h 60 struct tpcalib_softc sc_tpcalib; /* calibration */ member in struct:hidms
  /src/sys/dev/usb/
uintuos.c 63 struct tpcalib_softc sc_tpcalib; /* calibration */ member in struct:uintuos_softc
155 tpcalib_init(&sc->sc_tpcalib);
156 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
261 return tpcalib_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);
327 tpcalib_trans(&sc->sc_tpcalib, x, y, &x, &y);
388 tpcalib_trans(&sc->sc_tpcalib, x, y, &x, &y);
uep.c 78 struct tpcalib_softc sc_tpcalib; /* calibration */ member in struct:uep_softc
228 tpcalib_init(&sc->sc_tpcalib);
229 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
249 default_calib = sc->sc_tpcalib.sc_saved;
363 return tpcalib_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);
454 tpcalib_trans(&sc->sc_tpcalib, x, y, &x, &y);
uts.c 88 struct tpcalib_softc sc_tpcalib; /* calibration */ member in struct:uts_softc
262 tpcalib_init(&sc->sc_tpcalib);
263 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
362 return tpcalib_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);
384 tpcalib_trans(&sc->sc_tpcalib, dx, dy, &dx, &dy);
  /src/sys/arch/hpcsh/dev/
psh3tp.c 100 struct tpcalib_softc sc_tpcalib; /* calibration info for wsmouse */ member in struct:psh3tp_softc
189 tpcalib_init(&sc->sc_tpcalib);
190 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
444 tpcalib_trans(&sc->sc_tpcalib, rawx, rawy, &x, &y);
496 return hpc_tpanel_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);
j6x0tp.c 124 struct tpcalib_softc sc_tpcalib; /* calibration info for wsmouse */ member in struct:j6x0tp_softc
270 tpcalib_init(&sc->sc_tpcalib);
271 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
590 tpcalib_trans(&sc->sc_tpcalib, rawx, rawy, &x, &y);
663 return hpc_tpanel_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);
  /src/sys/arch/hpcarm/dev/
j720tp.c 99 struct tpcalib_softc sc_tpcalib; member in struct:j720tp_softc
239 tpcalib_init(&sc->sc_tpcalib);
240 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
282 return hpc_tpanel_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);
484 tpcalib_trans(&sc->sc_tpcalib, rawx, rawy, &x, &y);
wzero3_tp.c 123 struct tpcalib_softc sc_tpcalib; member in struct:wzero3tp_softc
296 tpcalib_init(&sc->sc_tpcalib);
298 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
439 tpcalib_trans(&sc->sc_tpcalib, tp.x, tp.y, &x, &y);
488 return tpcalib_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);
  /src/sys/arch/zaurus/dev/
ztp.c 120 struct tpcalib_softc sc_tpcalib; member in struct:ztp_softc
211 tpcalib_init(&sc->sc_tpcalib);
212 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
536 tpcalib_trans(&sc->sc_tpcalib, tp.x, tp.y, &x, &y);
593 return tpcalib_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);
  /src/sys/arch/arm/sunxi/
sunxi_ts.c 161 struct tpcalib_softc sc_tpcalib; member in struct:sunxi_ts_softc
237 return tpcalib_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);
276 tpcalib_trans(&sc->sc_tpcalib, x, y,
414 tpcalib_init(&sc->sc_tpcalib);
415 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
  /src/sys/arch/hpcmips/dev/
ucbtp.c 118 struct tpcalib_softc sc_tpcalib; member in struct:ucbtp_softc
256 tpcalib_init(&sc->sc_tpcalib);
264 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
669 tpcalib_trans(&sc->sc_tpcalib, ry, rx, &x, &y);
671 tpcalib_trans(&sc->sc_tpcalib, rx, ry, &x, &y);
724 return hpc_tpanel_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);

Completed in 24 milliseconds