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

/linux-master/drivers/input/touchscreen/
H A Dwacom_w8001.c99 u16 max_pen_x; member in struct:w8001
141 if (w8001->max_pen_x && w8001->max_touch_x)
142 *x = *x * w8001->max_pen_x / w8001->max_touch_x;
444 w8001->max_pen_x = coord.x;
491 if (w8001->max_pen_x && w8001->max_pen_y) {
493 touch.x = w8001->max_pen_x;
540 if (w8001->max_pen_x && w8001->max_pen_y)

Completed in 203 milliseconds