Searched refs:panel_res (Results 1 – 1 of 1) sorted by relevance
75 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() 493 touch.panel_res = W8001_PEN_RESOLUTION; in w8001_setup_touch() 498 input_abs_set_res(dev, ABS_X, touch.panel_res); in w8001_setup_touch() 499 input_abs_set_res(dev, ABS_Y, touch.panel_res); in w8001_setup_touch() 534 input_abs_set_res(dev, ABS_MT_POSITION_X, touch.panel_res); in w8001_setup_touch() 535 input_abs_set_res(dev, ABS_MT_POSITION_Y, touch.panel_res); in w8001_setup_touch() [all...]