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

  /src/usr.sbin/tpctl/
tp.c 53 struct wsmouse_calibcoords calibcoords; local in function:tp_init
73 if (ioctl(tp->fd, WSMOUSEIO_GCALIBCOORDS, &calibcoords) < 0)
107 tp_setcalibcoords(struct tp *tp, struct wsmouse_calibcoords *calibcoords)
109 return ioctl(tp->fd, WSMOUSEIO_SCALIBCOORDS, calibcoords);
tpctl.h 64 struct wsmouse_calibcoords calibcoords; member in struct:tpctl_data_elem

Completed in 38 milliseconds