Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pckbport/
Delantech.c267 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()
Delantechvar.h36 int16_t last_x, last_y, last_z; member