Home
last modified time | relevance | path

Searched defs:tp_finger (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/hid/
HDbcm5974.c186 struct tp_finger { struct
187 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 …]
/freebsd-13-stable/sys/dev/usb/input/
HDwsp.c278 struct tp_finger { struct
301 #define SIZEOF_FINGER sizeof(struct tp_finger) argument