Lines Matching refs:MAX_FINGERS
337 #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()
916 -1, MAX_FINGERS - 1, 0, 0, 0); in wsp_attach()
1016 else if (ntouch > MAX_FINGERS) in wsp_intr_callback()
1017 ntouch = MAX_FINGERS; in wsp_intr_callback()