Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds