Searched refs:max_xy (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/input/touchscreen/ |
| D | exc3000.c | 47 int max_xy; member 59 .max_xy = SZ_4K - 1, 63 .max_xy = SZ_16K - 1, 67 .max_xy = SZ_16K - 1, 335 int error, max_xy, retry; in exc3000_probe() local 373 max_xy = data->info->max_xy; in exc3000_probe() 374 input_set_abs_params(input, ABS_MT_POSITION_X, 0, max_xy, 0, 0); in exc3000_probe() 375 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()
|