col_width        2229 drivers/input/touchscreen/atmel_mxt_ts.c 	unsigned int col_width;
col_width        2232 drivers/input/touchscreen/atmel_mxt_ts.c 		col_width = info->matrix_ysize / MXT1386_COLUMNS;
col_width        2233 drivers/input/touchscreen/atmel_mxt_ts.c 		col = y / col_width;
col_width        2234 drivers/input/touchscreen/atmel_mxt_ts.c 		y = y % col_width;
col_width        2236 drivers/input/touchscreen/atmel_mxt_ts.c 		col_width = info->matrix_ysize;
col_width        2239 drivers/input/touchscreen/atmel_mxt_ts.c 	ofs = (y + (x * col_width)) * sizeof(u16);