Home
last modified time | relevance | path

Searched refs:x_pitch (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/input/mouse/
Dalps.c2205 int reg, x_pitch, y_pitch, x_electrode, y_electrode, x_phys, y_phys; in alps_get_v3_v7_resolution() local
2212 x_pitch = (char)(reg << 4) >> 4; /* sign extend lower 4 bits */ in alps_get_v3_v7_resolution()
2213 x_pitch = 50 + 2 * x_pitch; /* In 0.1 mm units */ in alps_get_v3_v7_resolution()
2228 x_phys = x_pitch * (x_electrode - 1); /* In 0.1 mm units */ in alps_get_v3_v7_resolution()
2236 x_pitch, y_pitch, x_electrode, y_electrode, in alps_get_v3_v7_resolution()
2407 int x_pitch, y_pitch, x_phys, y_phys; in alps_update_device_area_ss4_v2() local
2415 x_pitch = ((otp[1][2] >> 2) & 0x07) + SS4_MIN_PITCH_MM; in alps_update_device_area_ss4_v2()
2418 x_phys = x_pitch * (num_x_electrode - 1); /* In 0.1 mm units */ in alps_update_device_area_ss4_v2()