Home
last modified time | relevance | path

Searched defs:atp (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/input/mouse/
Dappletouch.c209 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];
[all …]
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_inode_fork.c84 xfs_attr_shortform_t *atp; in xfs_iformat_fork() local