Searched refs:FT5406_MAX_TOUCHES (Results 1 – 2 of 2) sorted by relevance
26 ft5406_touch_point_t TOUCH[FT5406_MAX_TOUCHES];137 …ultiTouch(ft5406_handle_t *handle, int *touch_count, touch_point_t touch_array[FT5406_MAX_TOUCHES]) in FT5406_GetMultiTouch() argument149 if (touch_data->TD_STATUS > FT5406_MAX_TOUCHES) in FT5406_GetMultiTouch()170 for (; i < FT5406_MAX_TOUCHES; i++) in FT5406_GetMultiTouch()
27 #define FT5406_MAX_TOUCHES (5U) macro64 …ltiTouch(ft5406_handle_t *handle, int *touch_count, touch_point_t touch_array[FT5406_MAX_TOUCHES]);