Searched refs:EETI_MAXVAL (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | eeti_ts.c | 36 #define EETI_MAXVAL ((1 << (EETI_TS_BITDEPTH + 1)) - 1) macro 192 input_set_abs_params(input, ABS_X, 0, EETI_MAXVAL, 0, 0); in eeti_ts_probe() 193 input_set_abs_params(input, ABS_Y, 0, EETI_MAXVAL, 0, 0); in eeti_ts_probe()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | eeti_ts.c | 36 #define EETI_MAXVAL ((1 << (EETI_TS_BITDEPTH + 1)) - 1) macro 191 input_set_abs_params(input, ABS_X, 0, EETI_MAXVAL, 0, 0); in eeti_ts_probe() 192 input_set_abs_params(input, ABS_Y, 0, EETI_MAXVAL, 0, 0); in eeti_ts_probe()
|
Completed in 2 milliseconds