Home
last modified time | relevance | path

Searched refs:y_pitch (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dalps.c2290 int reg, x_pitch, y_pitch, x_electrode, y_electrode, x_phys, y_phys; in alps_get_v3_v7_resolution() local
2300 y_pitch = (s8)reg >> 4; /* sign extend upper 4 bits */ in alps_get_v3_v7_resolution()
2301 y_pitch = 36 + 2 * y_pitch; /* In 0.1 mm units */ 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()
2492 int x_pitch, y_pitch, x_phys, y_phys; in alps_update_device_area_ss4_v2() local
2506 y_pitch = ((otp[0][1] >> 4) & 0x0F) + SS4PLUS_MIN_PITCH_MM; in alps_update_device_area_ss4_v2()
2520 y_pitch = ((otp[1][2] >> 5) & 0x07) + SS4_MIN_PITCH_MM; in alps_update_device_area_ss4_v2()
2524 y_phys = y_pitch * (num_y_electrod in alps_update_device_area_ss4_v2()
[all...]
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dalps.c2290 int reg, x_pitch, y_pitch, x_electrode, y_electrode, x_phys, y_phys; in alps_get_v3_v7_resolution() local
2300 y_pitch = (s8)reg >> 4; /* sign extend upper 4 bits */ in alps_get_v3_v7_resolution()
2301 y_pitch = 36 + 2 * y_pitch; /* In 0.1 mm units */ 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()
2492 int x_pitch, y_pitch, x_phys, y_phys; in alps_update_device_area_ss4_v2() local
2506 y_pitch = ((otp[0][1] >> 4) & 0x0F) + SS4PLUS_MIN_PITCH_MM; in alps_update_device_area_ss4_v2()
2520 y_pitch = ((otp[1][2] >> 5) & 0x07) + SS4_MIN_PITCH_MM; in alps_update_device_area_ss4_v2()
2524 y_phys = y_pitch * (num_y_electrod in alps_update_device_area_ss4_v2()
[all...]

Completed in 7 milliseconds