Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dwacom_w8001.c73 u8 panel_res; member
186 query->panel_res = data[1]; in parse_touchquery()
202 if (query->panel_res) in parse_touchquery()
203 query->x = query->y = (1 << query->panel_res); in parse_touchquery()
204 query->panel_res = W8001_TOUCH_RESOLUTION; in parse_touchquery()
446 touch.panel_res = W8001_PEN_RESOLUTION; in w8001_setup()
451 input_abs_set_res(dev, ABS_X, touch.panel_res); in w8001_setup()
452 input_abs_set_res(dev, ABS_Y, touch.panel_res); in w8001_setup()