Symbol: tpcalib_softc
sys/arch/arm/s3c2xx0/s3c2440_touch.c
63
struct tpcalib_softc tpcalib;
sys/arch/arm/sunxi/sunxi_ts.c
161
struct tpcalib_softc sc_tpcalib;
sys/arch/hpcarm/dev/j720tp.c
99
struct tpcalib_softc sc_tpcalib;
sys/arch/hpcarm/dev/wzero3_tp.c
123
struct tpcalib_softc sc_tpcalib;
sys/arch/hpcmips/dev/ucbtp.c
118
struct tpcalib_softc sc_tpcalib;
sys/arch/hpcmips/vr/vrpiuvar.h
57
struct tpcalib_softc sc_tpcalib;
sys/arch/hpcsh/dev/j6x0tp.c
124
struct tpcalib_softc sc_tpcalib; /* calibration info for wsmouse */
sys/arch/hpcsh/dev/psh3tp.c
100
struct tpcalib_softc sc_tpcalib; /* calibration info for wsmouse */
sys/arch/zaurus/dev/ztp.c
120
struct tpcalib_softc sc_tpcalib;
sys/dev/hid/hidms.h
60
struct tpcalib_softc sc_tpcalib; /* calibration */
sys/dev/hpc/hpctpanel.c
44
hpc_tpanel_ioctl(struct tpcalib_softc *sc, u_long cmd, void *data, int flag,
sys/dev/hpc/hpctpanelvar.h
34
int hpc_tpanel_ioctl(struct tpcalib_softc *, u_long, void *, int,
sys/dev/usb/uep.c
78
struct tpcalib_softc sc_tpcalib; /* calibration */
sys/dev/usb/uintuos.c
63
struct tpcalib_softc sc_tpcalib; /* calibration */
sys/dev/usb/uts.c
88
struct tpcalib_softc sc_tpcalib; /* calibration */
sys/dev/wscons/tpcalib.c
59
tpcalib_init(struct tpcalib_softc *sc)
sys/dev/wscons/tpcalib.c
66
tpcalib_reset(struct tpcalib_softc *sc)
sys/dev/wscons/tpcalib.c
73
tpcalib_trans(struct tpcalib_softc *sc, int rawx, int rawy, int *x, int *y)
sys/dev/wscons/tpcalib.c
92
tpcalib_ioctl(struct tpcalib_softc *sc, u_long cmd, void *data,
sys/dev/wscons/tpcalibvar.h
39
int tpcalib_init(struct tpcalib_softc *);
sys/dev/wscons/tpcalibvar.h
40
void tpcalib_reset(struct tpcalib_softc *);
sys/dev/wscons/tpcalibvar.h
41
void tpcalib_trans(struct tpcalib_softc *, int, int, int *, int *);
sys/dev/wscons/tpcalibvar.h
42
int tpcalib_ioctl(struct tpcalib_softc *, u_long, void *, int,