Searched defs:atp (Results 1 – 1 of 1) sorted by relevance
195 struct atp { struct202 const struct atp_info *info; /* touchpad model */ argument203 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 …]