OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ep_x
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pckbport/
elantech.c
59
int16_t
ep_x
, ep_y, ep_z;
member in struct:elantech_packet
252
ep.
ep_x
= ((int16_t)(psc->packet[1] & 0xf) << 8) | psc->packet[2];
258
" X=%d Y=%d\n", ep.
ep_x
, ep.ep_y);
267
0 : (ep.
ep_x
- sc->last_x) >> elantech_xy_unprecision,
275
((ep.
ep_x
- sc->last_x) >> elantech_xy_unprecision) != 0)
276
sc->last_x = ep.
ep_x
;
elantech.c
59
int16_t
ep_x
, ep_y, ep_z;
member in struct:elantech_packet
252
ep.
ep_x
= ((int16_t)(psc->packet[1] & 0xf) << 8) | psc->packet[2];
258
" X=%d Y=%d\n", ep.
ep_x
, ep.ep_y);
267
0 : (ep.
ep_x
- sc->last_x) >> elantech_xy_unprecision,
275
((ep.
ep_x
- sc->last_x) >> elantech_xy_unprecision) != 0)
276
sc->last_x = ep.
ep_x
;
Completed in 22 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025