Searched refs:tp_data (Results 1 – 2 of 2) sorted by relevance
333 TPData tp_data; in TpRead() local341 TP_GetCalibratedPoint(&tp_data, &tp_raw); in TpRead()343 tp.touch = tp_data.touch; in TpRead()347 switch (tp_data.validity) in TpRead()350 tp.x = tp_data.x; in TpRead()351 tp.y = tp_data.y; in TpRead()354 tp.y = tp_data.y; in TpRead()357 tp.x = tp_data.x; in TpRead()
1179 TPData tp_data; in TpRead() local1187 TP_GetCalibratedPoint(&tp_data, &tp_raw); in TpRead()1189 tp->touch = tp_data.touch; in TpRead()1193 switch (tp_data.validity) in TpRead()1196 tp->x = tp_data.x; in TpRead()1197 tp->y = tp_data.y; in TpRead()1200 tp->y = tp_data.y; in TpRead()1203 tp->x = tp_data.x; in TpRead()