Searched refs:FT3267_MAX_TOUCHES (Results 1 – 2 of 2) sorted by relevance
26 ft3267_touch_point_t TOUCH[FT3267_MAX_TOUCHES];131 …ultiTouch(ft3267_handle_t *handle, int *touch_count, touch_point_t touch_array[FT3267_MAX_TOUCHES]) in FT3267_GetMultiTouch() argument144 if (touch_data->TD_STATUS > FT3267_MAX_TOUCHES) in FT3267_GetMultiTouch()165 for (; i < FT3267_MAX_TOUCHES; i++) in FT3267_GetMultiTouch()
36 #define FT3267_MAX_TOUCHES (5U) macro143 …ltiTouch(ft3267_handle_t *handle, int *touch_count, touch_point_t touch_array[FT3267_MAX_TOUCHES]);