Home
last modified time | relevance | path

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

/drivers/input/mouse/
Dcypress_ps2.c258 cytp->tp_width = CYTP_DEFAULT_WIDTH; in cypress_read_tp_metrics()
264 cytp->tp_res_x = cytp->tp_max_abs_x / cytp->tp_width; in cypress_read_tp_metrics()
281 !cytp->tp_width || !cytp->tp_high || in cypress_read_tp_metrics()
283 cytp->tp_max_abs_x < cytp->tp_width || in cypress_read_tp_metrics()
288 cytp->tp_res_x = cytp->tp_max_abs_x / cytp->tp_width; in cypress_read_tp_metrics()
293 psmouse_dbg(psmouse, "cytp->tp_width = %d\n", cytp->tp_width); in cypress_read_tp_metrics()
Dcypress_ps2.h160 int tp_width; /* X direction physical size in mm. */ member