Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/touchscreen/
H A Dwacom_w8001.c97 u16 max_touch_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()
488 w8001->max_touch_x = touch.x; in w8001_setup_touch()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/touchscreen/
H A Dwacom_w8001.c97 u16 max_touch_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()
488 w8001->max_touch_x = touch.x; in w8001_setup_touch()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/touchscreen/
H A Dwacom_w8001.c97 u16 max_touch_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()
488 w8001->max_touch_x = touch.x; in w8001_setup_touch()