Searched defs:tp_finger (Results 1 – 2 of 2) sorted by relevance
186 struct tp_finger { struct187 int16_t origin; /* zero when switching track finger */188 int16_t abs_x; /* absolute x coodinate */189 int16_t abs_y; /* absolute y coodinate */190 int16_t rel_x; /* relative x coodinate */191 int16_t rel_y; /* relative y coodinate */192 int16_t tool_major; /* tool area, major axis */193 int16_t tool_minor; /* tool area, minor axis */194 int16_t orientation; /* 16384 when point, else 15 bit angle */195 int16_t touch_major; /* touch area, major axis */[all …]
278 struct tp_finger { struct301 #define SIZEOF_FINGER sizeof(struct tp_finger) argument