Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dwacom_w8001.c95 u16 max_touch_x; member
139 if (w8001->max_pen_x && w8001->max_touch_x) in scale_touch_coordinates()
140 *x = *x * w8001->max_pen_x / w8001->max_touch_x; in scale_touch_coordinates()
486 w8001->max_touch_x = touch.x; in w8001_setup_touch()