Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dwacom_w8001.c96 u16 max_touch_y; member
142 if (w8001->max_pen_y && w8001->max_touch_y) in scale_touch_coordinates()
143 *y = *y * w8001->max_pen_y / w8001->max_touch_y; in scale_touch_coordinates()
487 w8001->max_touch_y = touch.y; in w8001_setup_touch()