input_abs_get_res 1392 drivers/hid/wacom_wac.c 			int w = touch[6] * input_abs_get_res(touch_input, ABS_MT_POSITION_X);
input_abs_get_res 1393 drivers/hid/wacom_wac.c 			int h = touch[7] * input_abs_get_res(touch_input, ABS_MT_POSITION_Y);
input_abs_get_res 2907 drivers/hid/wacom_wac.c 			int x_res = input_abs_get_res(input, ABS_MT_POSITION_X);
input_abs_get_res 2908 drivers/hid/wacom_wac.c 			int y_res = input_abs_get_res(input, ABS_MT_POSITION_Y);