Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dwacom_w8001.c100 u16 max_pen_y; member
144 if (w8001->max_pen_y && w8001->max_touch_y) in scale_touch_coordinates()
145 *y = *y * w8001->max_pen_y / w8001->max_touch_y; in scale_touch_coordinates()
445 w8001->max_pen_y = coord.y; in w8001_setup_pen()
491 if (w8001->max_pen_x && w8001->max_pen_y) { in w8001_setup_touch()
494 touch.y = w8001->max_pen_y; in w8001_setup_touch()
540 if (w8001->max_pen_x && w8001->max_pen_y) in w8001_setup_touch()