Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dfocaltech.c129 unsigned int clamped_x, clamped_y; in focaltech_report_state() local
136 clamped_y = clamp(finger->y, 0U, priv->y_max); in focaltech_report_state()
139 priv->y_max - clamped_y); in focaltech_report_state()