Searched refs:EETI_MAXVAL (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/input/touchscreen/ |
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()
|