Searched refs:ep_x (Results 1 – 1 of 1) sorted by relevance
59 int16_t ep_x, ep_y, ep_z; member252 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()