Home
last modified time | relevance | path

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

/linux/drivers/input/mouse/
H A Dcypress_ps2.c255 cytp->tp_width = CYTP_DEFAULT_WIDTH; in cypress_read_tp_metrics()
261 cytp->tp_res_x = cytp->tp_max_abs_x / cytp->tp_width; in cypress_read_tp_metrics()
278 !cytp->tp_width || !cytp->tp_high || in cypress_read_tp_metrics()
280 cytp->tp_max_abs_x < cytp->tp_width || in cypress_read_tp_metrics()
285 cytp->tp_res_x = cytp->tp_max_abs_x / cytp->tp_width; in cypress_read_tp_metrics()
290 psmouse_dbg(psmouse, "cytp->tp_width = %d\n", cytp->tp_width); in cypress_read_tp_metrics()
H A Dcypress_ps2.h161 int tp_width; /* X direction physical size in mm. */ member