Searched defs:atp (Results 1 – 2 of 2) sorted by relevance
209 struct atp { struct216 const struct atp_info *info; /* touchpad model */ argument217 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];[all …]
84 xfs_attr_shortform_t *atp; in xfs_iformat_fork() local