Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pckbport/
Delantech.c59 int16_t ep_x, ep_y, ep_z; member
252 ep.ep_x = ((int16_t)(psc->packet[1] & 0xf) << 8) | psc->packet[2]; in pms_elantech_input()
258 " X=%d Y=%d\n", ep.ep_x, ep.ep_y); in pms_elantech_input()
267 0 : (ep.ep_x - sc->last_x) >> elantech_xy_unprecision, in pms_elantech_input()
275 ((ep.ep_x - sc->last_x) >> elantech_xy_unprecision) != 0) in pms_elantech_input()
276 sc->last_x = ep.ep_x; in pms_elantech_input()