Home
last modified time | relevance | path

Searched refs:col_width (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/input/touchscreen/
Datmel_mxt_ts.c2234 unsigned int col_width; in mxt_get_debug_value() local
2237 col_width = info->matrix_ysize / MXT1386_COLUMNS; in mxt_get_debug_value()
2238 col = y / col_width; in mxt_get_debug_value()
2239 y = y % col_width; in mxt_get_debug_value()
2241 col_width = info->matrix_ysize; in mxt_get_debug_value()
2244 ofs = (y + (x * col_width)) * sizeof(u16); in mxt_get_debug_value()