Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/mouse/
Dfocaltech.c139 unsigned int clamped_x, clamped_y; in focaltech_report_state() local
146 clamped_y = clamp(finger->y, 0U, priv->y_max); in focaltech_report_state()
149 priv->y_max - clamped_y); in focaltech_report_state()