Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/mouse/
Dalps.c2197 int reg, x_pitch, y_pitch, x_electrode, y_electrode, x_phys, y_phys; in alps_get_v3_v7_resolution() local
2221 y_phys = y_pitch * (y_electrode - 1); /* In 0.1 mm units */ in alps_get_v3_v7_resolution()
2224 priv->y_res = priv->y_max * 10 / y_phys; /* units / mm */ in alps_get_v3_v7_resolution()
2229 x_phys / 10, y_phys / 10, priv->x_res, priv->y_res); in alps_get_v3_v7_resolution()
2399 int x_pitch, y_pitch, x_phys, y_phys; in alps_update_device_area_ss4_v2() local
2411 y_phys = y_pitch * (num_y_electrode - 1); /* In 0.1 mm units */ in alps_update_device_area_ss4_v2()
2414 priv->y_res = priv->y_max * 10 / y_phys; /* units / mm */ in alps_update_device_area_ss4_v2()