Searched refs:sc_tpcalib (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/vr/
H A Dvrpiuvar.h57 struct tpcalib_softc sc_tpcalib; member in struct:vrpiu_softc
H A Dvrpiu.c251 tpcalib_init(&sc->sc_tpcalib);
304 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
556 return hpc_tpanel_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);
696 tpcalib_trans(&sc->sc_tpcalib, xraw,
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Duep.c70 struct tpcalib_softc sc_tpcalib; /* calibration */ member in struct:uep_softc
221 tpcalib_init(&sc->sc_tpcalib);
222 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
242 default_calib = sc->sc_tpcalib.sc_saved;
356 return tpcalib_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);
436 tpcalib_trans(&sc->sc_tpcalib, x, y, &x, &y);
H A Duts.c84 struct tpcalib_softc sc_tpcalib; /* calibration */ member in struct:uts_softc
249 tpcalib_init(&sc->sc_tpcalib);
250 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
345 return tpcalib_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);
367 tpcalib_trans(&sc->sc_tpcalib, dx, dy, &dx, &dy);
/netbsd-6-1-5-RELEASE/sys/arch/hpcsh/dev/
H A Dpsh3tp.c101 struct tpcalib_softc sc_tpcalib; /* calibration info for wsmouse */ member in struct:psh3tp_softc
190 tpcalib_init(&sc->sc_tpcalib);
191 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
445 tpcalib_trans(&sc->sc_tpcalib, rawx, rawy, &x, &y);
497 return hpc_tpanel_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);
H A Dj6x0tp.c125 struct tpcalib_softc sc_tpcalib; /* calibration info for wsmouse */ member in struct:j6x0tp_softc
271 tpcalib_init(&sc->sc_tpcalib);
272 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
591 tpcalib_trans(&sc->sc_tpcalib, rawx, rawy, &x, &y);
664 return hpc_tpanel_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/dev/
H A Ducbtp.c121 struct tpcalib_softc sc_tpcalib; member in struct:ucbtp_softc
259 tpcalib_init(&sc->sc_tpcalib);
267 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
670 tpcalib_trans(&sc->sc_tpcalib, ry, rx, &x, &y);
672 tpcalib_trans(&sc->sc_tpcalib, rx, ry, &x, &y);
725 return hpc_tpanel_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/dev/
H A Dztp.c121 struct tpcalib_softc sc_tpcalib; member in struct:ztp_softc
212 tpcalib_init(&sc->sc_tpcalib);
213 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
537 tpcalib_trans(&sc->sc_tpcalib, tp.x, tp.y, &x, &y);
594 return tpcalib_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/dev/
H A Dj720tp.c100 struct tpcalib_softc sc_tpcalib; member in struct:j720tp_softc
238 tpcalib_init(&sc->sc_tpcalib);
239 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
281 return hpc_tpanel_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);
483 tpcalib_trans(&sc->sc_tpcalib, rawx, rawy, &x, &y);
H A Dwzero3_tp.c124 struct tpcalib_softc sc_tpcalib; member in struct:wzero3tp_softc
297 tpcalib_init(&sc->sc_tpcalib);
299 tpcalib_ioctl(&sc->sc_tpcalib, WSMOUSEIO_SCALIBCOORDS,
440 tpcalib_trans(&sc->sc_tpcalib, tp.x, tp.y, &x, &y);
489 return tpcalib_ioctl(&sc->sc_tpcalib, cmd, data, flag, l);

Completed in 258 milliseconds