Home
last modified time | relevance | path

Searched refs:tp_get (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/tpctl/
H A Dtpctl.h100 int tp_get(struct tp *, int *, int *, int (*)(void *), void *);
H A Dtp.c141 tp_get(struct tp *tp, int *x, int *y, int (*cancel)(void *), void *data) in tp_get() function
H A Dmain.c310 res = tp_get(tp, &x, &y, check_esc, 0 /* stdin */); in do_calibration()