Home
last modified time | relevance | path

Searched refs:MAX_FINGERS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/input/
H A Dwsp.c337 #define MAX_FINGERS MAX_MT_SLOTS macro
339 #define MAX_FINGERS 16 macro
342 #define SIZEOF_ALL_FINGERS (MAX_FINGERS * SIZEOF_FINGER)
345 #if (WSP_BUFFER_MAX < ((MAX_FINGERS * FSIZE_TYPE4) + FINGER_TYPE4))
607 struct tp_finger *index[MAX_FINGERS]; /* finger index data */
608 int16_t pos_x[MAX_FINGERS]; /* position array */
609 int16_t pos_y[MAX_FINGERS]; /* position array */
610 int16_t pre_pos_x[MAX_FINGERS]; /* previous position array */
611 int16_t pre_pos_y[MAX_FINGERS]; /* previous position array */
914 0, MAX_FINGERS - 1, 0, 0, 0); in wsp_attach()
[all …]
/freebsd/sys/dev/hid/
H A Dbcm5974.c195 #define MAX_FINGERS MAX_MT_SLOTS
768 0, MAX_FINGERS - 1, 0, 0, 0); in bcm5974_attach()
770 -1, MAX_FINGERS - 1, 0, 0, 0); in bcm5974_attach()
193 #define MAX_FINGERS global() macro