Searched refs:clamped_x (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | focaltech.c | 129 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()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | focaltech.c | 129 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()
|
Completed in 1 milliseconds