Searched defs:atp (Results 1 – 1 of 1) sorted by relevance
195 struct atp { struct202 const struct atp_info *info; /* touchpad model */ argument203 bool valid; /* are the samples valid? */204 bool size_detect_done;205 bool overflow_warned;206 int fingers_old; /* last reported finger count */207 int x_old; /* last reported x/y, */208 int y_old; /* used for smoothing */209 signed char xy_cur[ATP_XSENSORS + ATP_YSENSORS];210 signed char xy_old[ATP_XSENSORS + ATP_YSENSORS];[all …]