Searched refs:max_xy (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/input/touchscreen/ |
D | exc3000.c | 49 int max_xy; member 62 .max_xy = SZ_4K - 1, 66 .max_xy = SZ_16K - 1, 70 .max_xy = SZ_16K - 1, 74 .max_xy = SZ_16K - 1, 345 int error, max_xy, retry; in exc3000_probe() local 389 max_xy = data->info->max_xy; in exc3000_probe() 390 input_set_abs_params(input, ABS_MT_POSITION_X, 0, max_xy, 0, 0); in exc3000_probe() 391 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, max_xy, 0, 0); in exc3000_probe()
|
D | ili210x.c | 938 unsigned int max_xy; in ili210x_i2c_probe() local 987 max_xy = (chip->resolution ?: SZ_64K) - 1; in ili210x_i2c_probe() 988 input_set_abs_params(input, ABS_MT_POSITION_X, 0, max_xy, 0, 0); in ili210x_i2c_probe() 989 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, max_xy, 0, 0); in ili210x_i2c_probe()
|