Searched refs:max_xy (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/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, 336 int error, max_xy, retry; in exc3000_probe() local 374 max_xy = data->info->max_xy; in exc3000_probe() 375 input_set_abs_params(input, ABS_MT_POSITION_X, 0, max_xy, 0, 0); in exc3000_probe() 376 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, max_xy, 0, 0); in exc3000_probe()
|
D | ili210x.c | 925 unsigned int max_xy; in ili210x_i2c_probe() local 974 max_xy = (chip->resolution ?: SZ_64K) - 1; in ili210x_i2c_probe() 975 input_set_abs_params(input, ABS_MT_POSITION_X, 0, max_xy, 0, 0); in ili210x_i2c_probe() 976 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, max_xy, 0, 0); in ili210x_i2c_probe()
|