Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/mouse/
Dcypress_ps2.c259 cytp->tp_high = CYTP_DEFAULT_HIGH; in cypress_read_tp_metrics()
265 cytp->tp_res_y = cytp->tp_max_abs_y / cytp->tp_high; in cypress_read_tp_metrics()
281 !cytp->tp_width || !cytp->tp_high || in cypress_read_tp_metrics()
285 cytp->tp_max_abs_y < cytp->tp_high) in cypress_read_tp_metrics()
289 cytp->tp_res_y = cytp->tp_max_abs_y / cytp->tp_high; in cypress_read_tp_metrics()
294 psmouse_dbg(psmouse, "cytp->tp_high = %d\n", cytp->tp_high); in cypress_read_tp_metrics()
Dcypress_ps2.h162 int tp_high; /* Y direction physical size in mm. */ member