Lines Matching defs:tp_finger
234 struct tp_finger { struct
235 __le16 origin; /* zero when switching track finger */
236 __le16 abs_x; /* absolute x coodinate */
237 __le16 abs_y; /* absolute y coodinate */
238 __le16 rel_x; /* relative x coodinate */
239 __le16 rel_y; /* relative y coodinate */
240 __le16 tool_major; /* tool area, major axis */
241 __le16 tool_minor; /* tool area, minor axis */
242 __le16 orientation; /* 16384 when point, else 15 bit angle */
243 __le16 touch_major; /* touch area, major axis */
244 __le16 touch_minor; /* touch area, minor axis */
245 __le16 unused[2]; /* zeros */
246 __le16 pressure; /* pressure on forcetouch touchpad */
247 __le16 multi; /* one finger: varies, more fingers: constant */