Searched defs:tp_finger (Results 1 – 2 of 2) sorted by relevance
220 struct tp_finger { struct221 __le16 origin; /* zero when switching track finger */222 __le16 abs_x; /* absolute x coodinate */223 __le16 abs_y; /* absolute y coodinate */224 __le16 rel_x; /* relative x coodinate */225 __le16 rel_y; /* relative y coodinate */226 __le16 tool_major; /* tool area, major axis */227 __le16 tool_minor; /* tool area, minor axis */228 __le16 orientation; /* 16384 when point, else 15 bit angle */229 __le16 touch_major; /* touch area, major axis */[all …]
154 struct tp_finger { struct155 __le16 origin;156 __le16 abs_x;157 __le16 abs_y;158 __le16 rel_x;159 __le16 rel_y;160 __le16 tool_major;161 __le16 tool_minor;162 __le16 orientation;163 __le16 touch_major;[all …]