Searched refs:y_electrode (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/mouse/ |
H A D | alps.c | 2290 int reg, x_pitch, y_pitch, x_electrode, y_electrode, x_phys, y_phys; in alps_get_v3_v7_resolution() local 2310 y_electrode = (s8)reg >> 4; /* sign extend upper 4 bits */ in alps_get_v3_v7_resolution() 2311 y_electrode = 13 + y_electrode; in alps_get_v3_v7_resolution() 2314 y_phys = y_pitch * (y_electrode - 1); /* In 0.1 mm units */ in alps_get_v3_v7_resolution() 2321 x_pitch, y_pitch, x_electrode, y_electrode, in alps_get_v3_v7_resolution()
|