Searched refs:panel_res (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | wacom_w8001.c | 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() 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() [all...] |
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | wacom_w8001.c | 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() 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() [all...] |
Completed in 3 milliseconds