Searched refs:tp_get (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.sbin/tpctl/ |
H A D | tpctl.h | 100 int tp_get(struct tp *, int *, int *, int (*)(void *), void *);
|
H A D | tp.c | 141 tp_get(struct tp *tp, int *x, int *y, int (*cancel)(void *), void *data) in tp_get() function
|
H A D | main.c | 310 res = tp_get(tp, &x, &y, check_esc, 0 /* stdin */); in do_calibration()
|