Lines Matching refs:__le16
187 #define FINGER_TYPE1 (13 * sizeof(__le16))
188 #define FINGER_TYPE2 (15 * sizeof(__le16))
189 #define FINGER_TYPE3 (19 * sizeof(__le16))
200 __le16 origin; /* zero when switching track finger */
201 __le16 abs_x; /* absolute x coodinate */
202 __le16 abs_y; /* absolute y coodinate */
203 __le16 rel_x; /* relative x coodinate */
204 __le16 rel_y; /* relative y coodinate */
205 __le16 tool_major; /* tool area, major axis */
206 __le16 tool_minor; /* tool area, minor axis */
207 __le16 orientation; /* 16384 when point, else 15 bit angle */
208 __le16 touch_major; /* touch area, major axis */
209 __le16 touch_minor; /* touch area, minor axis */
210 __le16 unused[3]; /* zeros */
211 __le16 multi; /* one finger: varies, more fingers: constant */
443 static inline int raw2int(__le16 x) in raw2int()