Lines Matching refs:le16_to_int
948 static inline int le16_to_int(__le16 x)
957 le16_to_int(f->abs_x));
959 le16_to_int(f->abs_x));
961 le16_to_int(f->abs_y));
963 le16_to_int(f->abs_y));
1006 le16_to_int(f->touch_major) << 1);
1008 le16_to_int(f->touch_minor) << 1);
1010 le16_to_int(f->tool_major) << 1);
1012 le16_to_int(f->tool_minor) << 1);
1014 MAX_FINGER_ORIENTATION - le16_to_int(f->orientation));
1036 if (le16_to_int(f->touch_major) == 0)
1038 applespi->pos[n].x = le16_to_int(f->abs_x);
1040 le16_to_int(f->abs_y);