Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Datmel_mxt_ts.c2378 unsigned int col_width; in mxt_get_debug_value() local
2381 col_width = info->matrix_ysize / MXT1386_COLUMNS; in mxt_get_debug_value()
2382 col = y / col_width; in mxt_get_debug_value()
2383 y = y % col_width; in mxt_get_debug_value()
2385 col_width = info->matrix_ysize; in mxt_get_debug_value()
2388 ofs = (y + (x * col_width)) * sizeof(u16); in mxt_get_debug_value()