Searched refs:TOUCH_POINT_GET_Y (Results 1 – 4 of 4) sorted by relevance
32 #define TOUCH_POINT_GET_Y(T) (int)(uint16_t)((((uint16_t)(T).YH & 0x0fU) << 8) | (uint16_t)(T).… macro118 *touch_y = TOUCH_POINT_GET_Y(touch_data->TOUCH[0]); in FT3267_GetSingleTouch()161 touch_array[i].TOUCH_Y = TOUCH_POINT_GET_Y(touch_data->TOUCH[i]); in FT3267_GetMultiTouch()
32 #define TOUCH_POINT_GET_Y(T) ((((T).YH & 0x0f) << 8) | (T).YL) macro129 *touch_y = TOUCH_POINT_GET_Y(touch_data->TOUCH[0]); in FT5406_GetSingleTouch()166 touch_array[i].TOUCH_Y = TOUCH_POINT_GET_Y(touch_data->TOUCH[i]); in FT5406_GetMultiTouch()
32 #define TOUCH_POINT_GET_Y(T) ((((T).YH & 0x0f) << 8) | (T).YL) macro129 *touch_y = TOUCH_POINT_GET_Y(touch_data->TOUCH[0]); in FT5406_RT_GetSingleTouch()168 touch_array[i].TOUCH_Y = TOUCH_POINT_GET_Y(touch_data->TOUCH[i]); in FT5406_RT_GetMultiTouch()
32 #define TOUCH_POINT_GET_Y(T) ((((T).YH & 0x0f) << 8) | (T).YL) macro161 *touch_y = TOUCH_POINT_GET_Y(touch_data->TOUCH[0]); in FT6X06_GetSingleTouch()197 touch_array[i].TOUCH_Y = TOUCH_POINT_GET_Y(touch_data->TOUCH[i]); in FT6X06_GetMultiTouch()