Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dwacom_w8001.c75 u8 panel_res; member
192 query->panel_res = data[1]; in parse_touchquery()
208 if (query->panel_res) in parse_touchquery()
209 query->x = query->y = (1 << query->panel_res); in parse_touchquery()
210 query->panel_res = W8001_TOUCH_RESOLUTION; in parse_touchquery()
495 touch.panel_res = W8001_PEN_RESOLUTION; in w8001_setup_touch()
500 input_abs_set_res(dev, ABS_X, touch.panel_res); in w8001_setup_touch()
501 input_abs_set_res(dev, ABS_Y, touch.panel_res); in w8001_setup_touch()
536 input_abs_set_res(dev, ABS_MT_POSITION_X, touch.panel_res); in w8001_setup_touch()
537 input_abs_set_res(dev, ABS_MT_POSITION_Y, touch.panel_res); in w8001_setup_touch()