Searched refs:ABS_TOOL_WIDTH (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/input/mouse/
H A Dfocaltech.c140 input_report_abs(dev, ABS_TOOL_WIDTH, state->width);
342 input_set_abs_params(dev, ABS_TOOL_WIDTH, 0, 15, 0, 0);
H A Dsynaptics_usb.c175 input_report_abs(input_dev, ABS_TOOL_WIDTH, tool_width);
405 input_set_abs_params(input_dev, ABS_TOOL_WIDTH, 0, 15, 0, 0);
H A Delantech.c483 input_report_abs(dev, ABS_TOOL_WIDTH, width);
632 input_report_abs(dev, ABS_TOOL_WIDTH, width);
697 input_report_abs(dev, ABS_TOOL_WIDTH, traces);
1213 input_set_abs_params(dev, ABS_TOOL_WIDTH, ETP_WMIN_V2,
1229 * report ABS_PRESSURE, ABS_TOOL_WIDTH for compatibility.
1233 input_set_abs_params(dev, ABS_TOOL_WIDTH, ETP_WMIN_V2,
H A Dbcm5974.c523 input_set_abs_params(input_dev, ABS_TOOL_WIDTH, 0, 16, 0, 0);
601 input_report_abs(input, ABS_TOOL_WIDTH, abs_w);
H A Dcypress_ps2.c378 input_set_abs_params(input, ABS_TOOL_WIDTH, 0, 255, 0, 0);
H A Dsynaptics.c1151 input_report_abs(dev, ABS_TOOL_WIDTH, finger_width);
1333 input_set_abs_params(dev, ABS_TOOL_WIDTH, 0, 15, 0, 0);
H A Delan_i2c_core.c971 input_report_abs(input, ABS_TOOL_WIDTH, mk_x);
1160 input_set_abs_params(input, ABS_TOOL_WIDTH,
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h866 #define ABS_TOOL_WIDTH 0x1c macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h866 #define ABS_TOOL_WIDTH 0x1c macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h866 #define ABS_TOOL_WIDTH 0x1c macro
/linux-master/drivers/hid/
H A Dhid-asus.c245 input_report_abs(drvdat->input, ABS_TOOL_WIDTH,
815 input_set_abs_params(input, ABS_TOOL_WIDTH, 0,
H A Dhid-debug.c1020 [ABS_TILT_Y] = "YTilt", [ABS_TOOL_WIDTH] = "ToolWidth",
/linux-master/drivers/input/
H A Dmousedev.c1036 BIT_MASK(ABS_TOOL_WIDTH) },

Completed in 173 milliseconds