ABS_TOOL_WIDTH
input_report_abs(drvdat->input, ABS_TOOL_WIDTH,
input_set_abs_params(input, ABS_TOOL_WIDTH, 0,
[ABS_TILT_Y] = "YTilt", [ABS_TOOL_WIDTH] = "ToolWidth",
input_set_abs_params(input_dev, ABS_TOOL_WIDTH, 0, 16, 0, 0);
input_report_abs(input, ABS_TOOL_WIDTH, abs_w);
input_set_abs_params(input, ABS_TOOL_WIDTH, 0, 255, 0, 0);
input_set_abs_params(input, ABS_TOOL_WIDTH,
input_report_abs(input, ABS_TOOL_WIDTH, mk_x);
input_set_abs_params(dev, ABS_TOOL_WIDTH, ETP_WMIN_V2,
input_set_abs_params(dev, ABS_TOOL_WIDTH, ETP_WMIN_V2,
input_report_abs(dev, ABS_TOOL_WIDTH, width);
input_report_abs(dev, ABS_TOOL_WIDTH, width);
input_report_abs(dev, ABS_TOOL_WIDTH, traces);
input_report_abs(dev, ABS_TOOL_WIDTH, state->width);
input_set_abs_params(dev, ABS_TOOL_WIDTH, 0, 15, 0, 0);
input_report_abs(dev, ABS_TOOL_WIDTH, finger_width);
input_set_abs_params(dev, ABS_TOOL_WIDTH, 0, 15, 0, 0);
input_report_abs(input_dev, ABS_TOOL_WIDTH, tool_width);
input_set_abs_params(input_dev, ABS_TOOL_WIDTH, 0, 15, 0, 0);
BIT_MASK(ABS_TOOL_WIDTH) },