Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dwacom_w8001.c98 u16 max_touch_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()
489 w8001->max_touch_y = touch.y; in w8001_setup_touch()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dwacom_w8001.c98 u16 max_touch_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()
489 w8001->max_touch_y = touch.y; in w8001_setup_touch()

Completed in 3 milliseconds