Home
last modified time | relevance | path

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

/linux-3.3/drivers/input/mouse/
Dappletouch.c195 struct atp { struct
201 const struct atp_info *info; /* touchpad model */ argument
202 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 …]
/linux-3.3/fs/xfs/
Dxfs_inode.c300 xfs_attr_shortform_t *atp; in xfs_iformat() local