Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/mouse/
Dfocaltech.c133 unsigned int clamped_x, clamped_y; in focaltech_report_state() local
140 clamped_y = clamp(finger->y, 0U, priv->y_max); in focaltech_report_state()
143 priv->y_max - clamped_y); in focaltech_report_state()