Home
last modified time | relevance | path

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