Searched refs:EETI_MAXVAL (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/input/touchscreen/ |
D | eeti_ts.c | 55 #define EETI_MAXVAL ((1 << (EETI_TS_BITDEPTH + 1)) - 1) macro 100 x = EETI_MAXVAL - x; in eeti_ts_read() 103 y = EETI_MAXVAL - y; in eeti_ts_read() 190 input_set_abs_params(input, ABS_X, 0, EETI_MAXVAL, 0, 0); in eeti_ts_probe() 191 input_set_abs_params(input, ABS_Y, 0, EETI_MAXVAL, 0, 0); in eeti_ts_probe()
|