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

  /src/sys/dev/pckbport/
elantech.c 55 static int elantech_xy_unprecision = 2; variable in typeref:typename:int
108 &elantech_xy_unprecision,
267 0 : (ep.ep_x - sc->last_x) >> elantech_xy_unprecision,
269 0 : (ep.ep_y - sc->last_y) >> elantech_xy_unprecision,
275 ((ep.ep_x - sc->last_x) >> elantech_xy_unprecision) != 0)
278 ((ep.ep_y - sc->last_y) >> elantech_xy_unprecision) != 0)

Completed in 12 milliseconds