Searched refs:prev_diff_x (Results 1 - 1 of 1) sorted by relevance

/drivers/input/touchscreen/
H A Dti_tscadc.c203 unsigned int prev_diff_x = ~0, prev_diff_y = ~0; local
218 if (diff < prev_diff_x) {
219 prev_diff_x = diff;

Completed in 118 milliseconds