Home
last modified time | relevance | path

Searched defs:atp (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/input/mouse/
H A Dappletouch.c195 struct atp { struct
202 const struct atp_info *info; /* touchpad model */ argument
203 bool open;
204 bool valid; /* are the samples valid? */
205 bool size_detect_done;
206 bool overflow_warned;
207 int fingers_old; /* last reported finger count */
208 int x_old; /* last reported x/y, */
209 int y_old; /* used for smoothing */
210 signed char xy_cur[ATP_XSENSORS + ATP_YSENSORS];
[all …]