max_touch_y        98 drivers/input/touchscreen/wacom_w8001.c 	u16 max_touch_y;
max_touch_y       144 drivers/input/touchscreen/wacom_w8001.c 	if (w8001->max_pen_y && w8001->max_touch_y)
max_touch_y       145 drivers/input/touchscreen/wacom_w8001.c 		*y = *y * w8001->max_pen_y / w8001->max_touch_y;
max_touch_y       489 drivers/input/touchscreen/wacom_w8001.c 	w8001->max_touch_y = touch.y;