Lines Matching defs:atp
209 struct atp { struct
216 const struct atp_info *info; /* touchpad model */ argument
217 bool open;
218 bool valid; /* are the samples valid? */
219 bool size_detect_done;
220 bool overflow_warned;
221 int fingers_old; /* last reported finger count */
222 int x_old; /* last reported x/y, */
223 int y_old; /* used for smoothing */
224 signed char xy_cur[ATP_XSENSORS + ATP_YSENSORS];
225 signed char xy_old[ATP_XSENSORS + ATP_YSENSORS];
226 int xy_acc[ATP_XSENSORS + ATP_YSENSORS];
227 int smooth[ATP_SMOOTHSIZE];
228 int smooth_tmp[ATP_SMOOTHSIZE];
229 int idlecount; /* number of empty packets */
230 struct work_struct work;