Searched defs:atp (Results 1 – 2 of 2) sorted by relevance
195 struct atp { struct201 const struct atp_info *info; /* touchpad model */ argument202 bool open;203 bool valid; /* are the samples valid? */204 bool size_detect_done;205 bool overflow_warned;206 int x_old; /* last reported x/y, */207 int y_old; /* used for smoothing */208 signed char xy_cur[ATP_XSENSORS + ATP_YSENSORS];209 signed char xy_old[ATP_XSENSORS + ATP_YSENSORS];[all …]
300 xfs_attr_shortform_t *atp; in xfs_iformat() local