Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/input/mouse/
Dcypress_ps2.c256 cytp->tp_high = CYTP_DEFAULT_HIGH; in cypress_read_tp_metrics()
262 cytp->tp_res_y = cytp->tp_max_abs_y / cytp->tp_high; in cypress_read_tp_metrics()
278 !cytp->tp_width || !cytp->tp_high || in cypress_read_tp_metrics()
282 cytp->tp_max_abs_y < cytp->tp_high) in cypress_read_tp_metrics()
286 cytp->tp_res_y = cytp->tp_max_abs_y / cytp->tp_high; in cypress_read_tp_metrics()
291 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