Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dwacom_w8001.c96 u16 max_pen_x; member
135 if (w8001->max_pen_x && w8001->max_touch_x) in scale_touch_coordinates()
136 *x = *x * w8001->max_pen_x / w8001->max_touch_x; in scale_touch_coordinates()
411 w8001->max_pen_x = coord.x; in w8001_setup()
442 if (w8001->max_pen_x && w8001->max_pen_y) { in w8001_setup()
444 touch.x = w8001->max_pen_x; in w8001_setup()
482 if (w8001->max_pen_x && w8001->max_pen_y) in w8001_setup()