Home
last modified time | relevance | path

Searched refs:clamped_x (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
135 clamped_x = clamp(finger->x, 0U, priv->x_max); in focaltech_report_state()
137 input_report_abs(dev, ABS_MT_POSITION_X, clamped_x); in focaltech_report_state()