Lines Matching refs:__le16
197 #define HEADER_TYPE1 (13 * sizeof(__le16))
198 #define HEADER_TYPE2 (15 * sizeof(__le16))
199 #define HEADER_TYPE3 (19 * sizeof(__le16))
200 #define HEADER_TYPE4 (23 * sizeof(__le16))
212 #define FSIZE_TYPE1 (14 * sizeof(__le16))
213 #define FSIZE_TYPE2 (14 * sizeof(__le16))
214 #define FSIZE_TYPE3 (14 * sizeof(__le16))
215 #define FSIZE_TYPE4 (15 * sizeof(__le16))
218 #define DELTA_TYPE1 (0 * sizeof(__le16))
219 #define DELTA_TYPE2 (0 * sizeof(__le16))
220 #define DELTA_TYPE3 (0 * sizeof(__le16))
221 #define DELTA_TYPE4 (1 * sizeof(__le16))
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 */
517 static inline int raw2int(__le16 x) in raw2int()