Searched refs:FT6X06_MAX_TOUCHES (Results 1 – 2 of 2) sorted by relevance
28 #define FT6X06_MAX_TOUCHES (2U) macro34 #define FT6X06_TOUCH_DATA_LEN (2 + (FT6X06_MAX_TOUCHES)*6)68 …ltiTouch(ft6x06_handle_t *handle, int *touch_count, touch_point_t touch_array[FT6X06_MAX_TOUCHES]);
26 ft6x06_touch_point_t TOUCH[FT6X06_MAX_TOUCHES];169 …ultiTouch(ft6x06_handle_t *handle, int *touch_count, touch_point_t touch_array[FT6X06_MAX_TOUCHES]) in FT6X06_GetMultiTouch() argument182 if (touch_data->TD_STATUS > FT6X06_MAX_TOUCHES) in FT6X06_GetMultiTouch()201 for (; i < FT6X06_MAX_TOUCHES; i++) in FT6X06_GetMultiTouch()