Searched refs:max_xy (Results 1 – 2 of 2) sorted by relevance
/drivers/input/touchscreen/ |
D | exc3000.c | 45 int max_xy; member 57 .max_xy = SZ_4K - 1, 61 .max_xy = SZ_16K - 1, 65 .max_xy = SZ_16K - 1, 114 if (data->info->max_xy == SZ_16K - 1) in exc3000_read_frame() 314 int error, max_xy, retry; in exc3000_probe() local 352 max_xy = data->info->max_xy; in exc3000_probe() 353 input_set_abs_params(input, ABS_MT_POSITION_X, 0, max_xy, 0, 0); in exc3000_probe() 354 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, max_xy, 0, 0); in exc3000_probe()
|
D | ili210x.c | 396 unsigned int max_xy; in ili210x_i2c_probe() local 447 max_xy = (chip->resolution ?: SZ_64K) - 1; in ili210x_i2c_probe() 448 input_set_abs_params(input, ABS_MT_POSITION_X, 0, max_xy, 0, 0); in ili210x_i2c_probe() 449 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, max_xy, 0, 0); in ili210x_i2c_probe()
|