Searched refs:SIS_MAX_Y (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | sis_i2c.c | 85 #define SIS_MAX_Y 4095 macro 90 /*((SIS_MAX_X^2) + (SIS_MAX_Y^2))^0.5*/ 344 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, SIS_MAX_Y, 0, 0); in sis_ts_probe()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | sis_i2c.c | 85 #define SIS_MAX_Y 4095 macro 90 /*((SIS_MAX_X^2) + (SIS_MAX_Y^2))^0.5*/ 335 input_set_abs_params(input, ABS_MT_POSITION_Y, 0, SIS_MAX_Y, 0, 0); in sis_ts_probe()
|
Completed in 2 milliseconds