ABS_DISTANCE
[ABS_DISTANCE] = "Distance", [ABS_TILT_X] = "XTilt",
map_abs_clear(ABS_DISTANCE);
input_report_abs(pen_input, ABS_DISTANCE,
input_report_abs(pen_input, ABS_DISTANCE,
wacom_map_usage(input, usage, field, EV_ABS, ABS_DISTANCE, 0);
input_report_abs(input, ABS_DISTANCE, d);
input_set_abs_params(input_dev, ABS_DISTANCE,
__clear_bit(ABS_DISTANCE, wacom_wac->pen_input->absbit);
input_set_abs_params(input_dev, ABS_DISTANCE, 0,
input_set_abs_params(input_dev, ABS_DISTANCE, 0,
input_set_abs_params(input_dev, ABS_DISTANCE, 0,
input_report_abs(input, ABS_DISTANCE, data[6] & 0x3f);
input_report_abs(input, ABS_DISTANCE, rw);
input_report_abs(input, ABS_DISTANCE, data[7] & 0x3f);
input_report_abs(input, ABS_DISTANCE, 0);
input_report_abs(input, ABS_DISTANCE, wacom->features.distance_max);
input_report_abs(input, ABS_DISTANCE, distance);
test_bit(ABS_DISTANCE, dev->absbit) &&
input_abs_get_val(dev, ABS_DISTANCE) != 0) {
input_set_abs_params(input, ABS_DISTANCE, 0, 1, 0, 0);
input_report_abs(input, ABS_DISTANCE, distance);
input_report_abs(input, ABS_DISTANCE, 0);
input_report_abs(input, ABS_DISTANCE, hover_event != 0);
input_set_abs_params(input, ABS_DISTANCE, 0, 1, 0, 0);
input_report_abs(sdata->input, ABS_DISTANCE, z);
input_set_abs_params(sdata->input, ABS_DISTANCE, 0, 255, 0, 0);